mjacobson
Posts: 204 Joined: Fri Feb 08, 2002 3:35 pm
Post
by mjacobson » Fri May 30, 2008 8:35 am
What does this error mean?
Cannot fork(): Cannot allocate memory in the function TXpopenduplex
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Fri May 30, 2008 9:42 am
That would occur when you try and create a new process, e.g. with <exec> and the system either has run out of processes or memory to create the new process.
John Turnbull
Thunderstone Software
mjacobson
Posts: 204 Joined: Fri Feb 08, 2002 3:35 pm
Post
by mjacobson » Fri May 30, 2008 11:11 am
So I am using an exec to get a list of all the htm files in a directory, <EXEC find $ImportDirs -type f -name "*.htm" -print></EXEC>.
Is there a Vortex method to do this?
mjacobson
Posts: 204 Joined: Fri Feb 08, 2002 3:35 pm
Post
by mjacobson » Fri May 30, 2008 11:30 am
Found my answer
<stat ROW MAXDEPTH=1 NAME="*.htm" $t>
file: $ret ...
<flush>
</stat>