Re: [Zope] Zope user limit?
Steve wrote:
What database adaptor are you using? Is it running fully threaded? How many threads have you given Zope to work with? There is a "-t" option on the startup script you can adjust. How big a query are you performing?
--- I am using the ZgadflyDA adaptor. I'm not sure if that's fully threaded. on the "-t" option i've given zope a 100 threads to work with, which should be more than enough seeing there's only ~20 users using it at a time
"Advanced" caching facility may help you to get higher throughput.
--- Is setting the cache Higher or Lower better for throughput? Thanx heaps. Mike _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
Hi Mike, Ummm.. gadfly is not at all optimal for this. ;-( I don't believe gadfly is threaded at all.. but I haven't really investigated. Gadfly is great as a demonstration/testing/play-around database, but it sounds like you probably need a "real" database. Since I don't do windows... I can't really recommend anything specific.. there are probably other folks on the list who can suggest a good one. good luck! -steve On Tuesday, March 5, 2002, at 06:44 PM, mick polo wrote:
Steve wrote:
What database adaptor are you using? Is it running fully threaded? How many threads have you given Zope to work with? There is a "-t" option on the startup script you can adjust. How big a query are you performing?
--- I am using the ZgadflyDA adaptor. I'm not sure if that's fully threaded. on the "-t" option i've given zope a 100 threads to work with, which should be more than enough seeing there's only ~20 users using it at a time
"Advanced" caching facility may help you to get higher throughput.
--- Is setting the cache Higher or Lower better for throughput?
Thanx heaps.
Mike
_________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
mick polo -
Steve Spicklemire