Anyone here know if multiple Java threads on dual-CPU MacOS X machines can take advantage of both of them? I'm writing a multithreaded app that will be run on a dual-CPU XServe machine (one day!). I'm wondering if the Java runtime will detect and exploit that second CPU.
Thanks!