Re: [Zope] Performance question
Chris Withers schrieb:
http://web04/Technik/ is normally a page which needs 3 sec to build. I get 29 client-timeoute out of 30 request.
Well, that would suggest something is locking. Are you using any database adapters?
database adapters used on other pages, but not on this. LDAPUserFolder and LDAPRoleTwiddlers are used for authentication. LDAPUserFolder and LDAPRoleTwiddlers have working caching mechanism.
Out of interest, did you run the tests from the same machine that is running Zope?
the tests are running from a other machine.
How can I give Python more memory ?
Why do you want to?
I thought more memory is better performance.
How can I make Zope use a better caching ?
Have you looked at the various cache managers that ship with Zope as standard?
not until now. I thought that dtml-methods have internal build in cache mechanism. which cache managers is best for me ? I have dynamic sites on a per user base.
I thing that the results of the request are not cached for next request !
Do you really want that for a dynamic website? ;-)
If possible yes ;-)
Is it better to use Apache with pcgi ?
No.
cheers,
Chris
Thanks, Dirk
participants (1)
-
Dirk Datzert