From: Matthew C. <mpc...@li...> - 2003-05-22 12:32:31
|
I've been looking at insomnia today as I was working a bit on the range responses. Has anyone considered the Java 1.4 NIO library? Under heavy load a single threaded multiplexing Non-Blocking Server should perform significantly faster than one that is context switching between Threads like Apache. Also the memory overhead and thread startup costs could be massively reduced. Matt. |