10 May
2004
10 May
'04
10:55 p.m.
For another way round this issue of segfaults and deadlock when using python 2.2, has anyone tried running Zope with a python built to use the GNU Pth library instead of the system's pthread library? GNU Pth is an entirely user-space library, so I would think it's behavior would remain consistant regardless of the system's thread implementation. I'm not sure if the quality of that consistant level.