<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">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.</font>
<br>
<br><font size=2 face="sans-serif">My current processing for this is as
follows: -</font>
<br><font size=2 face="sans-serif">        1.
There is a server program S which loads the list in the memory, and listens
on a particular port,</font>
<br><font size=2 face="sans-serif">        2.
All the other programs which want to access that list sends a request on
that server port,</font>
<br><font size=2 face="sans-serif">        3.
Server sends the id of the memory loaded list element to the requesting
process.</font>
<br><font size=2 face="sans-serif">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.</font>
<br>
<br><font size=2 face="sans-serif">Please help me in solving this problem,
also if you have any other more robust solution for this processing then
please share that.</font>
<br>
<br><font size=2 face="sans-serif">Thanks in advance.</font>
<br>
<br><font size=2 face="sans-serif">Piyush.</font>
<br>
<br><font size=2 face="sans-serif"><br>
</font><pre>=====-----=====-----=====
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


</pre>