On 03/05/2012 07:30 AM, cos...@apache.org wrote:
Author: costin
Date: Mon Mar 5 06:30:17 2012
New Revision: 1296944
URL: http://svn.apache.org/viewvc?rev=1296944&view=rev
Log:
EINTR needs to be returned to java in order for Poll.interrupt() to work, it is
already handled in AprEndpoint.
Not sure if that's correct.
EINTR is transient signal and doesn't mean that the actual event was fired.
Any function that waits on some event should restart the operation if EINTR
was signalled. See 'man poll'
If interrupt doesn't work its something else to blame, not EINTR.
Regards
--
^TM
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org