twisted request

A

Aaron Watters

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..../Hollerith.py?content-type=text/plain&rev=1.1

Of course the twisted version should never block, please.

Thanks in advance, -- Aaron Watters

===
It does feel like the torch is passing to the next generation.
http://www.usatoday.com/life/lifestyle/2003-12-23-holiday-healing-main_x.htm
 
J

Jp Calderone

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..../Hollerith.py?content-type=text/plain&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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/6Ij8edcO2BJA+4YRArG4AKDOnasw+w/2F3GixbMKeFmRe9QeNwCgxMFO
6Uehh6dIftukxOQgwbqXAs4=
=Udeu
-----END PGP SIGNATURE-----
 
A

Aaron Watters

Jp Calderone said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,490
Latest member
Finplus

Latest Threads

Top