Transfer data between two separately running python programs.
Irmen de Jong
usenet at NOSPAM-irmen.cjb.net
Sat Jan 26 07:44:44 EST 2002
More information about the Python-list mailing list
Sat Jan 26 07:44:44 EST 2002
- Previous message (by thread): Transfer data between two separately running python programs.
- Next message (by thread): Transfer data between two separately running python programs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> mdk> I want to get at that data from a different python program. > > Try xmlrpclib. I think you'll find it works very well for this. Better still, since you're using Python all the way, have a look at Pyro. ( pyro.sourceforge.net ) I suspect Pyro's event service is very appropriate for your situation. Irmen de Jong
- Previous message (by thread): Transfer data between two separately running python programs.
- Next message (by thread): Transfer data between two separately running python programs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list