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