Re: Regarding shared memory

2008-10-30 Thread Aaron Brady
On Oct 29, 11:13 pm, gaurav kashyap <[EMAIL PROTECTED]> wrote: > Dear all, > > I have a server program that listens to a particular port and a number > of client programs that connect to the server. > > Now i want to put some data in form of python list in main memory on > server.Hence whenver a cl

Re: Regarding shared memory

2008-10-30 Thread James Mills
On Thu, Oct 30, 2008 at 2:13 PM, gaurav kashyap <[EMAIL PROTECTED]> wrote: > Dear all, > > I have a server program that listens to a particular port and a number > of client programs that connect to the server. > > Now i want to put some data in form of python list in main memory on > server.Hence