Message486

Author niemeyer
Recipients smart-list-disabled, thimm
Date 2006-05-11.20:14:40
Content
> > Opening new connections for each package, while not ideal, shouldn't
> > kill a web server, should it?
> 
> If (when) 60 concurrent smart users open 10-20 connections
> simultaneously it runs oom.

Yes, that's what I meant. It's not opening new connections for
each package that kills the server (that's what keep-alive would
handle), but opening them in parallel.

> I think per IP it should be exactly one. Anything else is abusing the
> server's resources for no gain. The client does get the bits faster
> than other concurrent clients, though, but at the cost of the total
> bandwidth and server resources.

Indeed.

> No, I haven't. It looks like pycurl is automatically detected at
> run-time, so all I need to do is package pycurl?

Yes, it is. Packaging it should be all that is needed.
History
Date User Action Args
2006-05-11 20:14:41niemeyersetrecipients: + thimm
2006-05-11 20:14:41niemeyerlinkissue147 messages
2006-05-11 20:14:41niemeyercreate