[Twisted-web] Re: Non-blocking webserver - what am I doing wrong?

Dave Gray dgray at omniti.com
Wed Apr 27 08:32:37 MDT 2005


James Y Knight wrote:
> On Apr 25, 2005, at 5:21 PM, Dave Gray wrote:
> 
>> I'm trying to get a simple webserver working using twisted. It works, 
>> to some extent, serves pages and all, but it blocks until the 
>> reactor.callLater(...) is done... what am I doing wrong?
> 
> Nothing, it doesn't block, it works perfectly. Your web browser is 
> likely confusing you by reusing the same open connection to the server. 
> Try using multiple web browsers, or else a command line utility.

*sigh*, thanks.

Is that an FAQ? :)



More information about the Twisted-web mailing list