Python newbie looking into communications...

Mike Meyer mwm at mired.org
Sun Jan 26 15:49:54 EST 2003


Sam Marrocco <samSPAMMENOT at twmi.rr.com> writes:

> Peter Hansen wrote:
> In my perfect world, all I really wanted was a way to say
> SendToMachine(machinename, data)
> and an event to catch data
> DataReceived(MachineName, data)
> 
> But the most important thing was that any machine on the network could
> be restarted at any time, *without* having to have a server app always
> running.

Did you check to see if any of the various remote object methods were
restartable? Yes, that's a lot of overhead, but it saves rewriting the
wheel.

        <mike

-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list