[Zope] Fwd: Re: [Zope] zope2.2.0 and what is high load

2000-08-22 Thread Bak @ kedai
conclusion (sort of) > > > I suggest that you: > > > > > > 1) Monitor your Zope clients' thread usages by using their debug > > > facilities. did this and saw that a lot of connections spent on getting images. when the images were moved so that apache serve them, the server is more responsi

RE: [Zope] zope2.2.0 and what is high load

2000-08-11 Thread bak @ kedai
Based on your findings that all 7 DB connections are being used, I'd revise the number of threads to 8. will give it a go this monday. Yes, it's the pool_size parameter. You can increment this value *carefully* if you see that you have more threads hanging around than DB connections, like you'

RE: [Zope] zope2.2.0 and what is high load

2000-08-11 Thread Chris McDonough
> On Fri, 11 Aug 2000, Chris McDonough wrote: > > > i went to each Zeo client control_panel, and see that there's > > > a mzximum of > > > four connections open at any given time. > > > comments to the above. i saw only four threads because i > started that > particular box with the default. o

Re: [Zope] zope2.2.0 and what is high load

2000-08-10 Thread Bak @ kedai
On Fri, 11 Aug 2000, Chris McDonough wrote: > > i went to each Zeo client control_panel, and see that there's > > a mzximum of > > four connections open at any given time. > comments to the above. i saw only four threads because i started that particular box with the default. on the box with -t

RE: [Zope] zope2.2.0 and what is high load

2000-08-10 Thread Chris McDonough
> i went to each Zeo client control_panel, and see that there's > a mzximum of > four connections open at any given time. OK, I'm not sure this is real meaningful. A lot can happen in between refreshes. This is only a rough sort of "realtime" guess of what's going on. > why wouldn't increasi

Re: [Zope] zope2.2.0 and what is high load

2000-08-10 Thread Bak @ kedai
On Thu, 10 Aug 2000, Chris McDonough wrote: > It sounds like your load may not be very small. > > Your -t25 setting to threads does not help too much, because the number > of database connections is hard-limited to 7 in the ZODB source. > > It might help to visit the debug section of the control_p

RE: [Zope] zope2.2.0 and what is high load

2000-08-10 Thread Chris McDonough
It sounds like your load may not be very small. Your -t25 setting to threads does not help too much, because the number of database connections is hard-limited to 7 in the ZODB source. It might help to visit the debug section of the control_panel to get an understanding of how many threads are a