Have you ever wondered why an otherwise idle Java process sits there
in an endless loop scheduling a thread, calling poll,
regularly eating a small amount of CPU?
I always used to think that this was because of things like the garbage-collector and the JIT compiler, but it's not...
[Read More]( Sep 29 2006, 03:00:00 PM CEST ) Permalink