i'm writing a high performance multithreaded java network server apps? such
a server will have many threads listening & servicing incoming network
clients. java is new to me. i've been using C++ on windows nt. on windows,
they have something called I/O completion port which allows you to block any
pending async I/O thread so they dont consume any cpu. they also have a
os-based kernel thread pool which does thread pooling for you. do you guys
know where i can find a nicely written java thread pool out there for
heavily multithreaded client server apps?
tks,
peter
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets