Archive for the ‘code’ Category

Java 5 introduces support for thread pools

Thursday, September 28th, 2006

I’ve been having a bit of a play with Java 5 to see what is new, and I’m impressed. There’s lots of neat little things to give developers less to worry about. One of these is the introduction of in-built support for thread pooling.

(more…)