Stringify object reference?
holger krekel
pyth at devel.trillke.net
Fri Oct 11 12:59:20 EDT 2002
More information about the Python-list mailing list
Fri Oct 11 12:59:20 EDT 2002
- Previous message (by thread): Stringify object reference?
- Next message (by thread): Stringify object reference?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alan Kennedy wrote:
> Basically, I'm looking for the python equivalent of a CORBA IOR.
>
> Any suggestions? Or am I missing something completely obvious?
Python's id of an object 'id(obj)' won't help you at all. There
is no mechanism for reinstantiating an object by its serialized
id. You probably should look for CORBA-Orbs such as Fnorb or
OmniORB. Or maybe the Zope Object DataBase (ZODB) would fit
your needs.
A bit more context might help us to help you <wink>.
regards,
holger
- Previous message (by thread): Stringify object reference?
- Next message (by thread): Stringify object reference?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list