On 7/5/07, Magnus Hult <[EMAIL PROTECTED]> wrote:
Hi,

I have a simple resource that selects rows from a database and returns
the answer as some kind of XML:
[...]
A GET request to /bounces?id=...&id=... with a few ids finishes in no
time (like 0.04 seconds), but the exact same request as a POST (with
the parameters as urlencoded form data) takes over two seconds (!).

When POSTDATA is 1024 bytes, the request finishes in notime, with 1025
bytes, it takes two seconds... Still have no idea why, though.

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to