Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22397 invoked from network); 26 Mar 2008 11:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2008 11:49:37 -0000 Received: (qmail 1005 invoked by uid 500); 26 Mar 2008 11:49:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 852 invoked by uid 500); 26 Mar 2008 11:49:34 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 760 invoked by uid 99); 26 Mar 2008 11:49:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 04:49:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 11:49:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D530234C0AD for ; Wed, 26 Mar 2008 04:47:24 -0700 (PDT) Message-ID: <655626269.1206532044577.JavaMail.jira@brutus> Date: Wed, 26 Mar 2008 04:47:24 -0700 (PDT) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (YOKO-424) Yoko default concurrency model different from other orb implementations. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yoko default concurrency model different from other orb implementations. ------------------------------------------------------------------------ Key: YOKO-424 URL: https://issues.apache.org/jira/browse/YOKO-424 Project: Yoko - CORBA Server Issue Type: Bug Security Level: public (Regular issues) Components: orb core Affects Versions: v1.0.0 Reporter: Rick McGuire Assignee: Rick McGuire Fix For: v1.0.0 The yoko default concurrency model is "thread_per_client", which uses a single thread for all requests coming from a client application. This can lead to deadlock situations with applications that have been ported from other ORBs because additional requests from a client get queued up behind the currently active request. This situation is EXTREMELY difficult to diagnose, since the application will just hang without any diagnostics on the situation. Neither the Sun ORB or the IBM ORB display this behavior, so the safer default concurrency model would be to use a thread pool to dispatch requests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.