You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Mike Heath <mh...@apache.org> on 2006/12/11 19:29:00 UTC

epoll support for Linux in JDK 6 and JDK 5 update 10

Good news for MINA users who use Linux.  Java 6 SE and and Java 5 update
10 both have support for epoll on Linux.  Using epoll should provide a
significant performance increase for people using MINA with thousands of
connections on Linux.

Take a look at the following links for details.

http://blogs.sun.com/alanb/entry/epoll
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_10
http://java.sun.com/javase/6/docs/technotes/guides/io/enhancements.html#6


-Mike


Re: epoll support for Linux in JDK 6 and JDK 5 update 10

Posted by Trustin Lee <tr...@gmail.com>.
Yeah!  I didn't actually expect that epoll support will be included in Java
5.  This is definitely a great news! :)

Thanks Mike for the news!

Cheers,
Trustin

On 12/12/06, Mark Webb <el...@gmail.com> wrote:
>
> wow.  faster MINA.  Just when you think it isn't possible to go any
> faster.
>
>
> On 12/11/06, Mike Heath <mh...@apache.org> wrote:
> > Good news for MINA users who use Linux.  Java 6 SE and and Java 5 update
> > 10 both have support for epoll on Linux.  Using epoll should provide a
> > significant performance increase for people using MINA with thousands of
> > connections on Linux.
> >
> > Take a look at the following links for details.
> >
> > http://blogs.sun.com/alanb/entry/epoll
> > http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_10
> >
> http://java.sun.com/javase/6/docs/technotes/guides/io/enhancements.html#6
> >
> >
> > -Mike
> >
> >
>



-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Re: epoll support for Linux in JDK 6 and JDK 5 update 10

Posted by Mark Webb <el...@gmail.com>.
wow.  faster MINA.  Just when you think it isn't possible to go any faster.


On 12/11/06, Mike Heath <mh...@apache.org> wrote:
> Good news for MINA users who use Linux.  Java 6 SE and and Java 5 update
> 10 both have support for epoll on Linux.  Using epoll should provide a
> significant performance increase for people using MINA with thousands of
> connections on Linux.
>
> Take a look at the following links for details.
>
> http://blogs.sun.com/alanb/entry/epoll
> http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_10
> http://java.sun.com/javase/6/docs/technotes/guides/io/enhancements.html#6
>
>
> -Mike
>
>