10 Jan
2004
10 Jan
'04
3:47 p.m.
RH9 has been rock solid for us, given two choices we made: - *Never*, *ever* run Zope in production with the OS's version of Python: it *won't* be built optimized for Zope,
Can you point us to an article or other doc source that talks about how to optimize python for Zope?
That was a bad choice of words. You don't "optimize Python for Zope". You just avoid the system binary because that has been tampered with in all kinds of weird ways to fit the distribution's own needs, so I guess you could call it "un-optimized". "Optimized" would the simple act of building your own python. jens