parallel processing?

Q&A's, tips, howto's
Locked
jmu
Posts: 2
Joined: Thu Dec 12, 2002 1:00 pm

parallel processing?

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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

Lutz

Locked