On Sun, 10 Nov 2002 14:44:39 +0200 "Nadav Har'El" <[EMAIL PROTECTED]> wrote: > 1. Improving scalability: letting you run 10,000 threads concurrently, and > starting and deleting 100,000 threads per second, and things like that, > which I wonder if anyone really needs.
One of the most common scenarious is Java which consume threads like hungry Tyranozaurus-Rex (especially not having any non-blocking I/O until the new java.nio in JDK-1.4). ---------------------------------------------------------------- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il/~oron Linux: If you're not careful, you might actually learn something. -- Allen Wong ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]