parallel processing?

Started by jmu, February 06, 2003, 01:01:57 AM

Previous topic - Next topic

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

Lutz

#1
Hi Johann, no threads in newLISP, but you could launch several newlISPs, which is pretty low in memory usage.



Lutz