On Wed, 27 Feb 2002 02:46, Emperor wrote: > My manager block needs long living threads (two or three, in this case), > should I create java.lang.Thread instances or retrieve them using the > ThreadManager.getDefaultPool().execute() method, or should I create a > thread pool?
Up to you. I think I would create them manually if you are only creating2-3 -- Cheers, Pete *-------------------------------------* | Does the name `Pavlov' ring a bell? | *-------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
