4 Jan
2006
4 Jan
'06
6:52 p.m.
Pascal Peregrina wrote at 2006-1-4 13:34 -0000:
I understand.
So what is the typical value to use for pool-size given a certain threads number: n+3 ?
It depends on how intensively you are using additional (application level) threads: Each thread using persistent objects requires in general (at least) one ZODB connection. As such threads are relatively rare, additional 3 connections is not too bad for the general case. -- Dieter