Archie Cobbs wrote: > By the way this is a real problem e.g. in an application where > you create a thread and then decide to start it later (or not) > based on some last minute information.
Clearly a broken app ;-) It's easy to think up patterns to avoid creating the actual thread until the point where you know you're going to run it. Regards, Jeroen _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

