[Zope-CMF] performance w/ files in the cmf

Christopher Heschong chris at wiw.org
Fri Oct 10 14:08:02 EDT 2003


The document that made me first notice the problem was a python Script.

I just tried both a dtml document and dtml method and both performed
similarly to my previous results:

http://server:8080/testDoc          99.88 [#/sec] (mean)
http://server:8080/cmf/testDoc      22.31 [#/sec] (mean)
http://server:8080/test/testDoc     97.75 [#/sec] (mean)

http://server:8080/testMethod       95.55 [#/sec] (mean)
http://server:8080/cmf/testMethod   13.03 [#/sec] (mean)
http://server:8080/test/testMethod  99.24 [#/sec] (mean)

This is under Solaris9, a 280R 900Mhz I think (zope is bound to one
processor).

> Interesting...
>
> Could you try a DTML Method and DTML Document as well, just to see if it
> has something to do with the favicon.ico?
>
> BZ
> --
> http://www.zopezone.com
> http://www.bluewildfire.com
>
>> I've noticed some performance issues lately with CMF-1.4.1 (under
>> Zope-2.7.0-b2 and 2.6.1), and was wondering if maybe I'm doing something
>> wrong.
>>
>> I've placed a file called "favicon.ico" in the root of my zope db.  Then
>> I
>> created an empty cmf called "cmf".  I also created an empty folder
>> called
>> "test".
>>
>> Using apachebench (1000 requests, concurrency of 5), I get these
>> results:
>>
>> http://server:8080/favicon.ico      131.54 [#/sec] (mean)
>> http://server:8080/cmf/favicon.ico  24.43 [#/sec] (mean)
>> http://server:8080/test/favicon.ico 129.98 [#/sec] (mean)
>>
>> What causes acquisition in the CMF to be so much slower than other types
>> of aquisition?  Do I have something configured improperly?  Is it
>> related
>> to the skinnable component?
>>
>> Thanks.
>>
>>
>> _______________________________________________
>> Zope-CMF maillist  -  Zope-CMF at zope.org
>> http://mail.zope.org/mailman/listinfo/zope-cmf
>>
>> See http://collector.zope.org/CMF for bug reports and feature requests
>>
>
>




More information about the Zope-CMF mailing list