[Zope] Multithreading sessions
    Jon Emmons 
    jon.emmons at earthwavetech.com
       
    Fri May 23 09:47:05 EDT 2008
    
    
  
Jaroslav,
OK, that looks real!
Thanks,
I am going to try it on my development server and run some tests.
Jon Emmons
-----Original Message-----
From: Jaroslav Lukesh [mailto:lukesh at seznam.cz] 
Sent: Friday, May 23, 2008 9:37 AM
To: Jon Emmons; zope at zope.org
Subject: Re: [Zope] Multithreading sessions
Hi Jon,
I use 24 zserver-threads and I have here defined number of ZoDB connections 
(pool-size):
in your instance etc/zope.conf look for that section:
<zodb_db main>
    # Main FileStorage database
    <filestorage>
      path $INSTANCE/var/Data.fs
    </filestorage>
    mount-point /
    cache-size 1000
    pool-size 24
</zodb_db>
Please pay attention, if you have bunch of cache, your RAM shoul be 
exhausted.
Regards, JL.
----- Original Message ----- 
From: "Jon Emmons" <jon.emmons at earthwavetech.com>
> I had already gone into zope.conf and added the line:
>
> zserver-threads 10
>
> This seemed to have no effect.  Is that what you mean?
> You think I should bump it higher?  100 maybe?
    
    
More information about the Zope
mailing list