https://bz.apache.org/bugzilla/show_bug.cgi?id=60623

--- Comment #5 from John D. Ament <johndam...@apache.org> ---
Romain, what would be the benefit of current behavior when threads == 1?  This
is specific to helping fix a problem w/ Weld and Tomcat integration where a
deadlock can occur because two threads are trying to gain a lock on the same
object.

I think one of the ideas that came up on the discussion was to just introduce a
flag. Mark seemed to think it was fine to just default to main.

Also note - the default behavior is that its going to use the thread count from
the processor to make a judgment on the number of executors to use.  Unless
you're explicitly overriding it to 1, you'll get the old behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to