Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-26 Thread Vladimir G Ivanovic
Why don't you try IBM's JDK? The Volano test results show it to be a powerful performer, and coupled with jikes, it makes pretty nifty development environment. Seems like an all-around winner to me. But that may not solve your problem. I seem to remember some funkiness having to do with signals a

Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-26 Thread Joi Ellis
I've been trying to write unit tests for a simple udp listener service. When I use a HotSpot jvm, the tests pass. When I use native threads, the tests pass. When I use green threads, or a classic JVM, the tests fail. The tests are braindead simple. Open a udp listen socket, open a send socket