Threads share lists and atoms in memory

Started by Anonymous, February 08, 2003, 04:16:00 PM

Previous topic - Next topic

Anonymous

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

Lutz

#1
No shared memory routimes are available in newLISP. You could try to communicate using sockets and the Tcp/Ip interface.



Lutz