Re: Parallel runner & Eclipse?

"[email protected] [junit]" <[email protected]> 07 Oct 2016 13:28:37 -0700
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]
------------------------------------