Thanks for the feedback.

Can you tell me why this if statement exists:

        if (poll(&fds, 1, timeout) > 0) 
       {
           ...
       }
       else 
          break;

It appears to be at fault.


John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to