On Thu, 20 Mar 2003, Gus Heck <[EMAIL PROTECTED]> wrote: > So it would appear that the core may in fact be single > threaded.
But with several places that may get accessed from multiple threads. Properties defined in a task, stuff written to the logging system (explicitly or by Thread writing to System.out/err) and so on. Even if the Threads do not get created by the tasks, there always is the possibility of tasks running within a <parallel> container. Stefan