On Thu, Sep 02, 2004 at 09:46:58AM +0100, Toby Dickenson wrote:
On Thursday 02 September 2004 09:32, Chris Withers wrote:
...but this doesn't. Have you upped the number to work threads to > 16?
...Or do you have something like squid in front of zope that is combining 16 requests into 1?
Nope, test was just hitting zope on http://localhost:8080
do you get the same results with 16 different URLs that all use this blocking method?
Don't see how that would matter in the absence of squid, but i'll try... yep, no difference :-) btw, here's the external method: def pagesuck(site, page): socket.setdefaulttimeout(None) remote = urllib.urlopen('%s/%s' % (site, page)) data = remote.read() return data -- Paul Winkler http://www.slinkp.com