[Twisted-Python] session

Andrew Bennetts andrew-twisted at puzzling.org
Sat Feb 15 20:28:14 EST 2003


On Sun, Feb 16, 2003 at 01:08:04AM +0100, Thomas Weholt wrote:
> by the server, both static files and source-code. The server should be able
> to reload, using updated source without a complete restart. That would be
> the ultimate platform. I'm still a bit unclear on wheter Twisted is a async.
> *blocking* framework, making concurrent downloads harder, if at all
> possible, or if it is similar to the threaded solution available in the
> standard python distr. I've based my solutions on a threaded version of

For reloading, look at twisted.python.rebuild.

And yes, Twisted is an async *non-blocking* framework, so it can merrily
handle multiple concurrent downloads.  And uploads.  For several different
protocols at the same time :)

-Andrew.





More information about the Twisted-Python mailing list