Stefan Bodewig schrieb am 08.08.2010 um 22:12 (+0200): > Finally I found the reason - the enhancement that is Bugzilla Issue > 31885. Ant writes output synchronously in order to support advanced > test UIs.
https://issues.apache.org/bugzilla/show_bug.cgi?id=31885 Great you found the cause! I might be wrong, but I think this kind of IO is simply referred to as "unbuffered IO", whereas "blocking", "non-blocking" and "asynchronous IO" would involve device readiness. -- Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
