[Zope] Python compile question

2005-08-01 Thread Pascal Peregrina
Hi,

I know this is more a python question than a Zope one, but this is part of
different tests I am doing to try to make Zope faster.

The target architecture is several Zope instances on a multi-processor linux
server.

On a linux system, does anyone know if these python options can help
performance :
+ --enable-shared
+ --with-pth

Thanks a lot.

Pascal


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**

___
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 )


Re: [Zope] Python compile question

2005-08-01 Thread Dieter Maurer
Pascal Peregrina wrote at 2005-8-1 11:07 +0100:
I know this is more a python question than a Zope one, but this is part of
different tests I am doing to try to make Zope faster.

The target architecture is several Zope instances on a multi-processor linux
server.

On a linux system, does anyone know if these python options can help
performance :
+ --enable-shared

That's on by default.

I do not expect significant changes in runtime -- at least under Linux...

+ --with-pth

I do not know precisely what with-pth means. I expect with posix threads.
In this case, you probably should activate it provided you use
a 2.6 Linux kernel. Maybe not for speed increase but for better
standard conformance...

-- 
Dieter
___
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 )