Hello there, we got a site up and running (its actually a shop solution based on zope). Platform is NT, zope version is 2.1.4. Most of the time, the site is running very fast. But some times it hangs. It does not use much processor-time at this moment (arount 14%) but it does not process any requests for some seconds. Its very annoying. Does anyone know how to avoid such behavior? tia Tino Wildenhain
What optimization do you have NT set for? File Serving, Network processes, or local use? By default NT optimization is set for file serving. This means that if some one is making heavy use of the file serving cpabilities of the machine it gives less time to network processes like zope. ----- Original Message ----- From: Tino Wildenhain <tino@wildenhain.de> To: <zope@zope.org> Sent: Wednesday, March 01, 2000 7:41 AM Subject: [Zope] strange blockings Hello there, we got a site up and running (its actually a shop solution based on zope). Platform is NT, zope version is 2.1.4. Most of the time, the site is running very fast. But some times it hangs. It does not use much processor-time at this moment (arount 14%) but it does not process any requests for some seconds. Its very annoying. Does anyone know how to avoid such behavior? tia Tino Wildenhain _______________________________________________ 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 )
Hello Jim, Jim Sanford wrote:
What optimization do you have NT set for?
File Serving, Network processes, or local use?
How do I change this setting?
By default NT optimization is set for file serving. This means that if some one is making heavy use of the file serving cpabilities of the machine it gives less time to network processes like zope.
But, on the other hand, there is not much file-serving at all from this machine. I only use it to transfer log-file or such. All other communication is over Zope only. It appears to me it could be some dead-lock situation inside Zope or medusa. Best regards, Tino Wildenhain
participants (2)
-
Jim Sanford -
Tino Wildenhain