Re: [Zope] Thread Number

2013-05-28 Thread Sean Upton
On Wed, May 22, 2013 at 2:17 AM, Richard Harley wrote: > Noted, thanks Oh, and if you have some kind of health-checks polling your instances, it may make sense (I have no evidence, just a hunch) to add one more thread to keep that stuff from getting in your way (e.g. munin.zope checks, haproxy he

Re: [Zope] Thread Number

2013-05-22 Thread Richard Harley
Noted, thanks On 22 May 2013, at 08:42, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Reducing the number of threads (down to 1) and having multiple > app-servers is usually the way to go instead of increasing the number > of threads. > > - -aj > > Richard Harley

Re: [Zope] Thread Number

2013-05-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reducing the number of threads (down to 1) and having multiple app-servers is usually the way to go instead of increasing the number of threads. - -aj Richard Harley wrote: > Is there anything important to consider when increasing the thread > count

[Zope] Thread Number

2013-05-22 Thread Richard Harley
Is there anything important to consider when increasing the thread count above 7 as outlined here in 24.4.2/3: http://docs.zope.org/zope2/zope2book/MaintainingZope.html I have tried to 10 but encounter problems with number of open file descriptions on Centos 6. Cheers Rich__