I have a web service that queries a database and returns a fairly
large xml document based on parameters in the URL.

This morning, with web.py 0.23, it would return a 17,142 line response
(491k) in 200 ms.

This afternoon I upgraded to 0.31, and it now takes 56 seconds for the
same action.

For the entire 56 seconds, the cpu is pegged at 100% on the python
process with just one request, where on 0.23 I could run many
simultaneous requests and the cpu was rarely over 40%.

Any ideas why my performance has dropped by a factor of 300?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to