You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2015/07/30 23:26:04 UTC

[jira] [Created] (YOKO-467) Fix a bunch of deadlocks by using executor services instead of thread groups

David Jencks created YOKO-467:
---------------------------------

             Summary: Fix a bunch of deadlocks by using executor services instead of thread groups
                 Key: YOKO-467
                 URL: https://issues.apache.org/jira/browse/YOKO-467
             Project: Yoko - CORBA Server
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: orb core
    Affects Versions: v1.1.0
            Reporter: David Jencks
            Assignee: David Jencks


Yoko internal thread usage relies on thread groups and some jdk-implementation specific assumptions about notifications to detect thread shutdown. These assumptions are false on (at least) ibm jdks.  Use of Executors is a lot clearer and avoids these deadlocks, as well as promoting thread reuse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)