I have to state again that running two threads on a single core processor CAN be faster that running one thread. I have a program that definitely works that way (no Hyperthreading) and my roommate's ...
Do you ever get the feeling there’s something not quite right about Swing threading? John Zukowski puts his finger on it in this article. While tracing Swing’s single-threaded event model from Java ...