The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Gregor Roth

Gregor Roth works as a software architect at United Internet group, a leading European internet service provider (to which among others GMX, 1&1 and WEB.DE belong). His areas of interest include software and system architecture, enterprise architecture management, object-oriented design, distributed computing, development methodologies and of course Java. He began his professional career by writing C and Assembler based microcontroller applications, and started 1997 designing and developing large, distributed Java-based enterprise systems in the financial sector.
 

Articles

If you're writing low-level server code, you'll probably make the decision early to use NIO for high-performance I/O. But are you prepared to address the threading concerns to get the most out of NIO while serving the greatest number of concurrent users? Gregor Roth looks at how an event-driven...