Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jmu

#1
newLISP in the real world / parallel processing?
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
#2
newLISP in the real world / MySQL getting started
December 12, 2002, 05:02:46 AM
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