newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Anonymous on February 08, 2003, 04:16:00 PM

Title: Threads share lists and atoms in memory
Post by: Anonymous on February 08, 2003, 04:16:00 PM
Hi:

I am new to Newlisp and i have a question about threads...

If you have 2 programs running on a server. How can they share atoms and lists on Newlisp?

What i am trying to do is to create a process that will only read lists and another process that will write to the same lists ( all this in memory ).



Thank you
Title:
Post by: Lutz on February 10, 2003, 12:36:26 PM
No shared memory routimes are available in newLISP. You could try to communicate using sockets and the Tcp/Ip interface.



Lutz