Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60091 invoked from network); 5 May 2006 04:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 04:02:11 -0000 Received: (qmail 9000 invoked by uid 500); 5 May 2006 04:02:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8948 invoked by uid 500); 5 May 2006 04:02:07 -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 8937 invoked by uid 99); 5 May 2006 04:02:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 21:02:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of david.blevins@visi.com designates 208.42.156.2 as permitted sender) Received: from [208.42.156.2] (HELO conn.mc.mpls.visi.com) (208.42.156.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 21:02:07 -0700 Received: from [192.168.42.13] (68-171-58-68.vnnyca.adelphia.net [68.171.58.68]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 243B581A2; Thu, 4 May 2006 23:01:46 -0500 (CDT) In-Reply-To: <445A865E.1000307@coredevelopers.net> References: <4458D199.3010009@coredevelopers.net> <3B0B4762-F0D0-4018-9316-59F89C010980@visi.com> <4459B3E7.60405@coredevelopers.net> <3AA5E052-0EB3-424A-A20D-EA7F13DF0427@visi.com> <445A865E.1000307@coredevelopers.net> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: krab@trifork.com Content-Transfer-Encoding: 7bit From: David Blevins Subject: Re: Was: Clustering: Monitoring... - Now: Clustering: OpenEJB... Date: Thu, 4 May 2006 21:01:43 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.749.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On May 4, 2006, at 3:55 PM, Jules Gosnell wrote: > David Blevins wrote: > >> The goal of those protocols is to interop in a language agnostic >> fashion. WS are all stateless for EJB, so there is nothing to >> cluster anyway. > > stateless calls are still clustered - the load-balancing and > failover considerations still exist - you just do not require > session affinity (stickiness). If you are talking about server-side > requirements, then I agree. Right, I always forget there is a world outside the server state :) >> But for IIOP, would we simply not offer clustering to people >> using CORBA to interop with clients in other languages or on >> other platforms? > > to tell the truth, these cases have escaped my radar - My CORBA > knowledge is pretty thin and I have only really considered it in a > java/java environment - I am sure that Kresten would be much better > positioned to answer this question... I will CC this to him, in > case he would like to pick it up... Same here. Maybe Kresten has some ideas. -David