RE: Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-03 Thread Filip Hanik
yes, tomcat 5 will be shipping with clustering :) > -Original Message- > From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 1:25 AM > To: Tomcat Users List > Subject: Re: Session Replication/Clustering 4.1.x JDK NIO Bug fixes > > > Ju

Re: Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-03 Thread Kwok Peng Tuck
Just curious Filip, but is any of this going to make it's way into a future version of Tomcat as a standard feature (the clustering and session replication, not the bugs.) ? Filip Hanik wrote: hey ya'all, Running today on Solaris I discovered a bug in the way java.nio is implemented on Solari

Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-03 Thread Filip Hanik
hey ya'all, Running today on Solaris I discovered a bug in the way java.nio is implemented on Solaris 8(Intel) JDK 1.4.1. This problem could exist in other JDK versions as well. The problem is that when a thread reading from a socket channel calls selector.wakeup(); the selector doesn't wakeup fr

Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-02 Thread Filip Hanik
hey ya'all, Running today on Solaris I discovered a bug in the way java.nio is implemented on Solaris 8(Intel) JDK 1.4.1. This problem could exist in other JDK versions as well. The problem is that when a thread reading from a socket channel calls selector.wakeup(); the selector doesn't wakeup fr