Re: [Zope] A question on pool-size

2007-06-27 Thread Maciej Wisniowski
The thing that is bugging me is that it seems my configuration is not being taken into account. Is there an absolute limit for pool_size? Go to lib/python/ZODB/DB.py file There is a DB class with __init__ method. Put some print statements here to display pool_size and start zope with

[Zope] A question on pool-size

2007-06-26 Thread Manuel Vázquez Acosta
Hi all, I'm having a rather weird behavior configuring pool-size. I put a pool-size of 20 on two zeo-clients, but monitoring one of them I saw this on logs: 2007-06-26T16:47:02 WARNING ZODB.DB DB.open() has 19 open connections with a pool_size of 10 -- 2007-06-26T16:47:02 WARNING ZODB.DB

Re: [Zope] A question on pool-size

2007-06-26 Thread Maciej Wisniowski
Hello First, which Zope version do you have? Sometimes it reported pool-size of 10, and sometimes it reported 7! What could this be? Maybe you're seeing warnings from few storages? but I'm not sure how this works an I have no idea why you're seeing pool sizes as 7 and 10 if you set this to

Re: [Zope] A question on pool-size

2007-06-26 Thread Manuel Vázquez Acosta
Maciej, Zope is Zope 2.9.6 (2.9.6-4etch1 from Debian repo). I will try more zeo clients. Thanks for the tip. The thing that is bugging me is that it seems my configuration is not being taken into account. Is there an absolute limit for pool_size? Best regards, Manuel. Maciej Wisniowski