twisted request

Jp Calderone exarkun at intarweb.us
Tue Dec 23 13:27:08 EST 2003


On Tue, Dec 23, 2003 at 08:29:39AM -0800, Aaron Watters wrote:
> I have a "chat" protocol module called "Hollerith" which
> is appropriate for use with threads or stackless, but is not
> ready for "event loop" style programming.  Can someone show
> me how to implement it (and use it) using Twisted?
> 
> http://cvs.sourceforge.net/viewcvs.py/*checkout*/xsdb/xsdb/xsdb/Hollerith.py?content-type=text%2Fplain&rev=1.1
> 
> Of course the twisted version should never block, please.
> 
> Thanks in advance,  -- Aaron Watters
> 

  Twisted includes a netstring implementation and an int32 string
implementation, both of which are conceptually very similar to the
underlying function of Hollerith.  Adapting either should be a simple task.

  Jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20031223/67f095e1/attachment.sig>


More information about the Python-list mailing list