Page 1 of 1

Threads share lists and atoms in memory

Posted: Sun Feb 09, 2003 12:16 am
by Luis
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

Posted: Mon Feb 10, 2003 8:36 pm
by Lutz
No shared memory routimes are available in newLISP. You could try to communicate using sockets and the Tcp/Ip interface.

Lutz