[go: up one dir, main page]

Menu

Commit [r13]  Maximize  Restore  History

Fixed an interesting bug that Steve found while running on Windows. It seems that STDOUT's buffer is so small that the process blocks (!) indefinitely unless you guarantee that its output stream will be consumed. I added a "stream gobbler" class that executes in another thread (per advice in a JavaWorld article); it solves the problem very nicely...

tom_dilatush 2008-03-02

changed /dev/src/org/jopen/aws/keys/MachineKey.java