Help in Placing Object in Memory

Michael L Torrie torriem at chem.byu.edu
Tue Mar 27 11:03:52 EDT 2007


On Tue, 2007-03-27 at 16:49 +0200, Diez B. Roggisch wrote:
> > can two python script share a common object....?
> 
> What do you mean by that? They can both load a pickled object, yes. But they
> can't share it as a at-runtime object, where changes in one script are
> immediately are known to the other.

Remote procedure call, such as Python Twisted's PB library can allow
this to virtually be the case.

> 
> To do such a thing, look at pyro.
> 
> Diez




More information about the Python-list mailing list