This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmaurer
Recipients
Date 2004-05-26.10:46:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=265829

This patch addresses a serious problem in Zope2 (and
probably other multi-threaded) production environments with
LinuxThreads. A crash of one thread brings other threads in
an unsane state which they leave only on "kill -9". This
lets Guido's "zdeamon" automatic restart logic fail. Even
manual restarts are a bit difficult as each individual
thread must be sent a "kill -9".

Applying the patch lets at least the process die properly. I
am not yet sure whether the return code is appropriate for
"zdeamon" to restart the process. I will check that soon and
report back.
History
Date User Action Args
2007-08-23 15:37:41adminlinkissue949332 messages
2007-08-23 15:37:41admincreate