chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Avoid context switch during TCP errno repo


From: Jim Ursetto
Subject: Re: [Chicken-hackers] [PATCH] Avoid context switch during TCP errno reporting
Date: Mon, 18 Mar 2013 14:09:39 -0500

On Mar 18, 2013, at 2:06 PM, Jim Ursetto wrote:

> I think this patch is sufficient because the only actual issue, as I 
> understand
> it, is that under high load you will occasionally get an incorrect error 
> message
> (typically, "operation in progress") instead of the real error message;
> an exception will still fire regardless.

I mean, the only issue *currently* is the occasional incorrect
error message text.  The patch fixes that.  I don't know of
any other race conditions.

Jim


reply via email to

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