Threads share lists and atoms in memory

Q&A's, tips, howto's
Locked
Luis

Threads share lists and atoms in memory

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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

Lutz

Locked