chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] Make ##sys#with-print-length-limit threadsafe


From: Jim Ursetto
Subject: [Chicken-hackers] Make ##sys#with-print-length-limit threadsafe
Date: Fri, 22 Feb 2008 20:37:17 -0600

Core hackers:

Under heavy load, spiffy will begin printing error messages such
as "...: ...: 25" and then header and body output is typically
corrupted in short order.  This is due to the
##sys#with-print-length-limit call in http:error-hook.  The patch
fixes the issue by making ##sys#with-print-length-limit
threadsafe.

Attachment: parameterize-print-length.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]