[Zope-dev] Bump up the nr of ZOpe trhreads

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 10 Sep 2002 11:59:54 +0100


On Monday 09 Sep 2002 10:02 am, Dario Lopez-K=E4sten wrote:
> Hello!
>
> Apart from the -t option to z2.py (that, afaik, limits me to only 7), w=
hat
> other settings do I need to change to bump up the number of Zope thread=
s to
> around 20,

remember that "-t 20" uses 20 times more memory than "-t 1" .

Might you be better off with a smaller number of threads, and use the mem=
ory=20
for a huge cache for oracle queries?

> both for ZServer and for ZODB Accesses? If i change these
> settings, which one will allow me to have around 20 threads available t=
o
> access an external Oracle DB (the zserver or the ZODB)?