AW: [Zope] Re : Zope on solaris for the beginner.
Hi Oleg Thanx for the information. Your system doesn't seems quite Solaris-normal. Have you tried any of the problems from the "threading and performance" thread? I'll give you the code: <dtml-var standard_html_header> <dtml-var ZopeTime> <br> <dtml-in "_.range(80)"><dtml-in "_.range(499)">X</dtml-in><br></dtml-in> <br> <dtml-var ZopeTime> <dtml-var standard_html_footer> But beware that can take a while and should plugup your Solaris!!!! So don't try it on a production machiene!!! While this code gets executed try getting a response from your management interface (or anything else on the site). The usual Solaris response is, that the second request will wait till the first is finished before getting executed (although processor usage is at about 30%). Do you use Apache as frontend? Thanx for the help. Oliver Erlewein
On Fri, Feb 01, 2002 at 05:46:02PM +0100, oliver.erlewein@sqs.de wrote:
Thanx for the information. Your system doesn't seems quite Solaris-normal.
Why? Just a bit outdated. Old software, but nothing unusual.
Have you tried any of the problems from the "threading and performance"
No.
thread? I'll give you the code:
<dtml-var standard_html_header> <dtml-var ZopeTime> <br> <dtml-in "_.range(80)"><dtml-in "_.range(499)">X</dtml-in><br></dtml-in> <br> <dtml-var ZopeTime> <dtml-var standard_html_footer>
I'll try it later.
But beware that can take a while and should plugup your Solaris!!!! So don't try it on a production machiene!!!
I have only one such computer, and it is not production server.
While this code gets executed try getting a response from your management interface (or anything else on the site). The usual Solaris response is, that the second request will wait till the first is finished before getting executed (although processor usage is at about 30%).
Hmm... we will see...
Do you use Apache as frontend? Thanx for the help.
Yes, Apache + mod_pcgi2. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Fri, Feb 01, 2002 at 05:46:02PM +0100, oliver.erlewein@sqs.de wrote:
<dtml-var standard_html_header> <dtml-var ZopeTime> <br> <dtml-in "_.range(80)"><dtml-in "_.range(499)">X</dtml-in><br></dtml-in> <br> <dtml-var ZopeTime> <dtml-var standard_html_footer>
But beware that can take a while and should plugup your Solaris!!!! So don't try it on a production machiene!!!
The code was working only several seconds.
While this code gets executed try getting a response from your management interface (or anything else on the site).
No problem - I opened and closed few folders. May be the method worked too fast? Should I increase 499 and retest? Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
oliver.erlewein@sqs.de