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


>     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






More information about the Python-list mailing list