newLISP Fan Club

Forum => newLISP in the real world => Topic started by: jmu on February 06, 2003, 01:01:57 AM

Title: parallel processing?
Post by: jmu on February 06, 2003, 01:01:57 AM
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
Title:
Post by: Lutz on February 06, 2003, 12:41:17 PM
Hi Johann, no threads in newLISP, but you could launch several newlISPs, which is pretty low in memory usage.



Lutz