I would suggest turning on debug logging (use the -M switch to z2.py) and see what methods are taking a long time (or not finishing at all)... you can use the script at http://www.zope.org/Members/mcdonc/HowTos/DEBUG-LOG to analyze the log (ignore the bit about changing z2.py at the beginning of the howto, this has been superseded by the -M switch). ----- Original Message ----- From: "Daniel Rusch" <drusch@globalcrossing.com> To: <zope@zope.org> Sent: Wednesday, April 04, 2001 2:32 PM Subject: [Zope] Help: Zope is extremely slow
Our user base has grown significantly in the last few weeks. Unfortunately at hours of peak usage Zope crawls to a halt and won't even serve up pages.
we have NUMBER_OF_THREADS=4
would increasing this help? Actually when we I check the processes (with ps -fe | grep py) I only see two the root thread and the thread that runs as nobody?
Anybody have any suggests to help the performance of the site?
Dan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )