Fixing the e-poll problem...

2009-06-16 Thread Emmanuel Lecharny
Hi guys, we have a set of JIRA refering to a well known bug in Java 5-6-7 (up to b55 for Java 7). Basically, there is a nasty bug in the select() method. The issue is described in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 : This is an issue with poll (and epoll) on Linux.

Re: Fixing the e-poll problem...

2009-06-16 Thread Martin Jordan
On Tuesday 16 June 2009 11:54:02 Emmanuel Lecharny wrote: Hi guys, we have a set of JIRA refering to a well known bug in Java 5-6-7 (up to b55 for Java 7). Basically, there is a nasty bug in the select() method. The issue is described in