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
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
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 client program is run it connects to the server
and access the data in main m