Hi all I am running Zope an intranet app that updates and reads ZSQL data. here's my setup: zope sits on a Piii 128SDRAM Win98 20 other machines (Pii 32SDRAM Win95) read from a ZSQL database on this zope machine every 10 seconds each. I am finding that I can only manage to get this running on 13-14 machines at a time the rest Jam Up on a white Browser screen waiting.... As soon as I free up a machine another one is able to view zope. It seems that there is some kind of user limit or zope just can't handle any more connections... the Piii machine that it sits on works fine... it really seems like zope.. I am running a 100mbps network... please help thanx mike _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com
Hi Mick, 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? -steve On Monday, March 4, 2002, at 10:23 PM, mick polo wrote:
Hi all
I am running Zope an intranet app that updates and reads ZSQL data.
here's my setup: zope sits on a Piii 128SDRAM Win98 20 other machines (Pii 32SDRAM Win95) read from a ZSQL database on this zope machine every 10 seconds each.
I am finding that I can only manage to get this running on 13-14 machines at a time the rest Jam Up on a white Browser screen waiting....
As soon as I free up a machine another one is able to view zope.
It seems that there is some kind of user limit or zope just can't handle any more connections... the Piii machine that it sits on works fine... it really seems like zope.. I am running a 100mbps network...
please help
thanx mike
_________________________________________________________________ Join the worldís largest e-mail service with MSN Hotmail. http://www.hotmail.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 )
mick polo writes:
I am running Zope an intranet app that updates and reads ZSQL data. If ZSQL data means "Z SQL Method" results, then using Z SQL Method's "Advanced" caching facility may help you to get higher throughput.
Maybe, you can even use one of the cache managers to improve throughput. Dieter
participants (3)
-
Dieter Maurer -
mick polo -
Steve Spicklemire