[Twisted-Python] To thread or not to thread...

Britt Green seamonkeys at gmail.com
Tue Aug 3 00:07:22 EDT 2004


I've been reading some of the online documentation for Twisted, and
I'm slowly starting to grasp different things. However, I could use
some help with one point. Suppose I was coding up a chat server, or
perhaps a MUD. Would I need to use something threaded, as opposed to
just using reactor.run()? Or would the latter be sufficient?

Thanks!

Britt




More information about the Twisted-Python mailing list