Skip to content
rschildmeijer edited this page Jun 15, 2011 · 22 revisions

Publications

Useful resources

Implementation details

  • Windows (Oracle JDK 1.6.0_21-b07)
sun.nio.ch.WindowsSelectorImpl
  • Mac OS (Oracle JDK 1.6.0_)
sun.nio.ch.KQueueSelectorImpl
  • Linux (Oracle JDK 1.6.0_)
sun.nio.ch.EPollSelectorImpl
  • Solaris
/dev/poll

##Logging

java -Dlogback.configurationFile=/path/to/config.xml chapter3.MyApp1
Clone this wiki locally