Akira Tanaka just did a lightning talk on IO.copy_stream, a new method added to Ruby 1.9 last night that does a fast stream transfer all in C code, avoiding the intermediate strings. It’s a good idea, ...
Modern operating systems can support extraordinarily large volumes of users, but run into limitations with threads to support them due to CPU and memory constraints. Java historically has dealt with ...