Re: [OT] Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Reshat Sabiq
Peter Lin wrote: I'm inclined to wait until JCP comes up with a good way to migrate/support non-blocking approach within a servlet container. Event driven technique isn't new by any measure and has been proven to scale well. But most cases actually do not require the added complexity. Unle

[OT] Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Peter Lin
I'm inclined to wait until JCP comes up with a good way to migrate/support non-blocking approach within a servlet container. Event driven technique isn't new by any measure and has been proven to scale well. But most cases actually do not require the added complexity. Unless an application has t

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Reshat Sabiq
) to use the nio the way described in the article? Thanks. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 04, 2004 2:34 PM To: Tomcat Developers List Subject: RE: http://www-106.ibm.com/developerworks/library/j-nioserver/ Howdy

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, I would have to agree with Remy here. The example given doesn't really prove anything in my mind. That's what I was thinking too as I read the article. It's not representative of the real world. But I wanted to see if I was alone in my skepticism or not. (And I reme

RE: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Samuel Cheung
described in the article? Thanks. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:34 PM To: Tomcat Developers List Subject: RE: http://www-106.ibm.com/developerworks/library/j-nioserver/ Howdy, >I would have to agree with Remy h

RE: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Shapira, Yoav
Howdy, >I would have to agree with Remy here. The example given doesn't really >prove anything in my mind. That's what I was thinking too as I read the article. It's not representative of the real world. But I wanted to see if I was alone in my skepticism or not. (And I remember we've discus

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Peter Lin
I would have to agree with Remy here. The example given doesn't really prove anything in my mind. Sure, having NIO will allow you to use a set number of threads to handle inbound requests. Even without running a benchmark, it is obvious a NIO approach can scale better. A better example of h

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, Have people read this article? I find it interesting. If you haven't, it's a benchmark comparison of a java.nio-based server with tomcat 5. The benchmark server is tiny and contains only a small subset of functionality. I am also not sure of how representative of the

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Henri Gomez
Henri Gomez a écrit : Shapira, Yoav a écrit : Howdy, Have people read this article? I find it interesting. If you haven't, it's a benchmark comparison of a java.nio-based server with tomcat 5. The benchmark server is tiny and contains only a small subset of functionality. I am also not sure of

Re: http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Henri Gomez
Shapira, Yoav a écrit : Howdy, Have people read this article? I find it interesting. If you haven't, it's a benchmark comparison of a java.nio-based server with tomcat 5. The benchmark server is tiny and contains only a small subset of functionality. I am also not sure of how representative of

http://www-106.ibm.com/developerworks/library/j-nioserver/

2004-02-04 Thread Shapira, Yoav
Howdy, Have people read this article? I find it interesting. If you haven't, it's a benchmark comparison of a java.nio-based server with tomcat 5. The benchmark server is tiny and contains only a small subset of functionality. I am also not sure of how representative of the real-world this benc