Re: Parallel runner & Eclipse?
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <[email protected]> |
Have you tried using ThreadPoolExecutor to create the threads so you limit the number of threads? I suggest making the thread pool a global, and printing a message to stderr or a log file when the thread pool is created (in case class loader magic makes your global variables no longer global) ------------------------------------ Posted by: [email protected] ------------------------------------