Has anyone attempted to improve Zope performance on multi-processor Solaris by implementing ZEO on a single machine in order to get a division of labor between processors? I'm wondering if it might be a partial solution to the documented Zope performance problem on this platform. -- ______________________________________________________ Steve McMahon Reid-McMahon, LLC steve@reidmcmahon.com steve@dcn.org
Steve McMahon wrote:
Has anyone attempted to improve Zope performance on multi-processor Solaris by implementing ZEO on a single machine in order to get a division of labor between processors?
I'm wondering if it might be a partial solution to the documented Zope performance problem on this platform.
Yeah, it'll help :-) You may also want to read Paul Browning's Solaris report, somewhere on: http://www.zope.org/Members/glbp ...IIRC. Things like processor affinity will become important for you ;-) cheers, Chris
--On 14 May 2003 10:52 +0100 Chris Withers <chrisw@nipltd.com> wrote:
Steve McMahon wrote:
Has anyone attempted to improve Zope performance on multi-processor Solaris by implementing ZEO on a single machine in order to get a division of labor between processors?
I'm wondering if it might be a partial solution to the documented Zope performance problem on this platform.
Yeah, it'll help :-)
You may also want to read Paul Browning's Solaris report, somewhere on: http://www.zope.org/Members/glbp ...IIRC.
Not quite: <http://www.zope.org/Members/glpb> and specifically <http://www.zope.org/Members/glpb/solaris/report_ps> for the pbind snippets. Paul
Things like processor affinity will become important for you ;-)
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
Yep, this is a good idea. You might also want to use 'pbind' to assign a Python process to a processor. Stefan --On Dienstag, 13. Mai 2003 11:03 -0700 Steve McMahon <steve@reidmcmahon.com> wrote:
Has anyone attempted to improve Zope performance on multi-processor Solaris by implementing ZEO on a single machine in order to get a division of labor between processors?
I'm wondering if it might be a partial solution to the documented Zope performance problem on this platform.
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
Thanks for the feedback. Did you use pbind for both the server and client processes? Stefan H. Holek wrote:
Yep, this is a good idea. You might also want to use 'pbind' to assign a Python process to a processor.
Stefan
--On Dienstag, 13. Mai 2003 11:03 -0700 Steve McMahon <steve@reidmcmahon.com> wrote:
Has anyone attempted to improve Zope performance on multi-processor Solaris by implementing ZEO on a single machine in order to get a division of labor between processors?
I'm wondering if it might be a partial solution to the documented Zope performance problem on this platform.
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
-- ______________________________________________________ Steve McMahon Reid-McMahon, LLC steve@reidmcmahon.com steve@dcn.org
participants (5)
-
Chris Withers -
Paul Browning -
Stefan H. Holek -
Steve McMahon -
Steve McMahon