|
|
||
Jean-Francois Arcand's Blog
«Understanding Grizzly part II: Adding your own thread pool |
Main
| Understanding Grizzly part III: Implementing your own protocol on top of the animal »
epoll my Grizzly on LinuxPosted by jfarcand on December 12, 2006 at 08:38 AM | Comments (2)Youpie!! epoll is now supported in both Java SE 6 and SE 5 update 10 on Linux 2.6 kernel. You can read Alan's blog for more information. Java SE 6 uses it by default. If you want to enable when using Java SE 5 update 10, just pass the following property: More information can be found here and here If you are using Java SE 5 and GlassFish on Linux, you can turn it on by manually adding the property in ${glassfish.home}/domains/domain/config/domain.xml, or by executing epolling Grizzly is easy! Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||
|
|