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, and listens on a particular port, 2. All the other programs which want to access that list sends a request on that server port, 3. Server sends the id of the memory loaded list element to the requesting process. Here I am getting a problem in the reverse function of id(), as my client should get the list object using its id but I don't know the python function for doing this. Please help me in solving this problem, also if you have any other more robust solution for this processing then please share that. Thanks in advance. Piyush. =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
-- http://mail.python.org/mailman/listinfo/python-list