26 Jul
2001
26 Jul
'01
6:31 p.m.
Christian Theune writes:
I'm (trying) to work with Opera, because I love it's speed, the problem is, from time to time, a request from opera, (seems to raise on POST only) causes Zope to eat all ram it can get and all cpu available. .... I saw three differences between the Opera and the Netscape requests:
* your Netscape request uses far less cookies * the Netscape request does not use "Cookie2" * the Opera request has the "boundary" declaration on a continuation line. I would use Python's "httplib" to emulate the requests and see, what reproduces the error. Dieter