Search found 2 matches

by jmu
Thu Feb 06, 2003 9:01 am
Forum: newLISP in the real world
Topic: parallel processing?
Replies: 1
Views: 3467

parallel processing?

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 do...
by jmu
Thu Dec 12, 2002 1:02 pm
Forum: newLISP in the real world
Topic: MySQL getting started
Replies: 1
Views: 3806

MySQL getting started

Hi,
is there any example for using MySQL with newLisp? (it's the first time that I try to access a database from LISP, until now I did it only using C++).

Thank you,
Johann