Charles Forsythe wrote:
> I think they have a bug involving blocking I/O (which was a problem with
> Linux JDK at one point). Is this really a bug, or is this acceptable
> behaviour. Someone please tell me it's a bug. They want to charge me
> $250/hr if they investigate it and it's not a bug.
Does HP implement native threads? If so,
you may have wildly different results running
with the Blackdown JDK, which uses green threads.
Try running it on Windows NT using either Sun or MS Java;
I think they support native threads.
If it fails there, too, it may be your code.
- Dan