twisted request

Aaron Watters aaron at reportlab.com
Fri Jan 9 12:03:42 EST 2004


Jp Calderone <exarkun at intarweb.us> wrote in message news:<mailman.83.1072204153.684.python-list at python.org>...
> 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.

Yes.  It should be.  Is it?  That was my question. :)  -- Aaron Watters

===
THANK YOU FOR NOT SMIRKING



More information about the Python-list mailing list