Page 1 of 1

parallel processing?

Posted: Thu Feb 06, 2003 9:01 am
by jmu
Hi,
I have code the reads input data (several numbers) from a file, do some calculation (statistics) and writes the result to another files.

Because this should be done several times I thought it could be useful to run more than one instance of my code. How can this kind of parallel processing be done in newLisp? I did not find anything like threads.

Thank you for your help,
Johann

Posted: Thu Feb 06, 2003 8:41 pm
by Lutz
Hi Johann, no threads in newLISP, but you could launch several newlISPs, which is pretty low in memory usage.

Lutz