On Tue, 26 Aug 2008 18:18:53 +0530
Piyush Chechani <[EMAIL PROTECTED]> wrote:
> Please suggest how to share a in-memory list object across two different
> programs?
Perhaps you want to investigate XML-RPC. Check the docs for some
example scripts for both client and server.
P.S. Please drop the
Hi,
Thanks for your reply Terry.
I am still not done with this problem. Please tell me can a server send a
list object using socket programming to the requesting client?
If yes, how? I am getting the following error
"TypeError: send() argument 1 must be string or read-only buffer,
not
Piyush Chechani wrote:
Hi,
I am working on a module where I need to share contents of a big List
across the processes. I am using socket programming concept for this.
My current processing for this is as follows: -
1. There is a server program S which loads the list in the
memory,