sending an object - twisted or what?

Mutah mutah at NOSPAM-libertysurf.fr
Tue Apr 27 09:20:51 EDT 2004


On Tue, 27 Apr 2004 13:00:17 +0000 (UTC)
Paul Sweeney wrote:

> Is twisted the only way to go, or is there something
> simpler for my app?  The code for twisted is fairly simple (I found
> http://twistedmatrix.com/documents/current/howto/pb-copyable)
> but the library is a bit heavy and I don't want to go through the
> hassle of dependencies/compiling etc if there's a simpler way.
> 


Using only modules shipped with python, a simpler way (in term of
dependencies only) would be to pickle the objects and
then send the result throught a socket. 

On the other side, you may need to write more code to do that.

--
mutah



More information about the Python-list mailing list