Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-13 Thread Juha-P Lindfors
Hi Stacy, I'm just about to post my code up here. So you can have a look at it, rip it apart, whatever. Looking forward to it :) -- Juha

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-12 Thread Tom Cook
On Mon, 12 Mar 2001, Sacha Labourey wrote: Hello Tom, I think that this last point is one which is being lost on some people. It means that there can be no central controller. Everything must work in a completely distributed way. I have tried to describe how this might work. For

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-12 Thread marc fleury
-we love our audience 'bauhaus'-- __ |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Cook |Sent: Monday, March 12, 2001 6:15 PM |To: JBoss-Dev |Subject: RE: [jBoss-Dev] CL: Clustering, let's get started | | |On Mon, 12 Mar 2001, Sacha Labourey wrot

Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-12 Thread Bill Burke
onight! --we love our audience 'bauhaus'-- __ |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Cook |Sent: Monday, March 12, 2001 6:15 PM |To: JBoss-Dev |Subject: RE: [jBoss-Dev] CL: Clustering, let's get started | | |On Mon, 12 Mar

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-11 Thread Tom Cook
On Fri, 9 Mar 2001, Sacha Labourey wrote: Hello Tom, * In normal operation both nodes are usable. I guess by "both" you mean "any" or "all" Yes, sorry, I got stuck thinking in two-node mode. I meant all. The meaning was really that this is an active, not passive, cluster. * In the

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-11 Thread Sacha Labourey
Hello Tom, I think that this last point is one which is being lost on some people. It means that there can be no central controller. Everything must work in a completely distributed way. I have tried to describe how this might work. For instance, there can not be a 'master' jndi

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-09 Thread Peter F. Spicer
To: JBoss-Dev Subject: RE: [jBoss-Dev] CL: Clustering, let's get started OK, in all those hours I have free as a student ;-) I have been thinking about clustering, and this is what I've come up with. Four parts of the EJB server need to become distributed for clustering to work. By 'clustering

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-09 Thread Filip Hanik
So this is the scenario where information could be shared in the JNDI tree for other purposes than just storing references to home interfaces. === | NODE 1 |NODE 2 | NODE3 |

Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-09 Thread Hiram Chirino
will need. - Original Message - From: "Filip Hanik" [EMAIL PROTECTED] To: "JBoss-Dev" [EMAIL PROTECTED] Sent: Friday, March 09, 2001 11:52 AM Subject: RE: [jBoss-Dev] CL: Clustering, let's get started I wasn't aware that JMS could a) allow you to modify/customize

Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-09 Thread Hiram Chirino
;Sacha Labourey" [EMAIL PROTECTED] To: "JBoss-Dev" [EMAIL PROTECTED] Sent: Friday, March 09, 2001 1:57 PM Subject: RE: [jBoss-Dev] CL: Clustering, let's get started I wasn't aware that JMS could a) allow you to modify/customize the protocol stack b) provide notification of members

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-08 Thread Sacha Labourey
Hello, This naming service would eventually need to be some sort of federated/replicated thing, for HA. Each instance in the cluster might run its own NS. that would be my recommendation too, just like weblogic where each node runs its own NS and content gets replicated across the

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Peter F. Spicer
Yippee!! Or more precisely - clustering will make jBoss a 'real' commercial contender for obvious reasons. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Tuesday, March 06, 2001 4:27 PM To: jBoss Developer Subject: [jBoss-Dev] CL:

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Sacha Labourey
Hello, just some ideas to start a discussion... As said in a precedent post, administration tools will be very important in the clustering and they may also help, during the design phase, to see (as a kind of "use cases") what features the clustering should provide. I do not know much about

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread marc fleury
s of approach I want to think of SSB direct clustering :) marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Boynes |Sent: Wednesday, March 07, 2001 1:35 AM |To: [EMAIL PROTECTED] |Subject: RE: [jBoss-Dev] CL: Clustering, let's get started

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Micheal J
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Boynes Sent: 07 March 2001 06:35 To: [EMAIL PROTECTED] Subject: RE: [jBoss-Dev] CL: Clustering, let's get started Tom's question was really about approach rather than solutions and you did

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Sacha Labourey
Hello, My definition of application server clustering does not allow a situation as you just described Jeremy. The beans (actually the application) would be deployed to the "cluster" and not to any particular node (or nodes) in a cluster. On an implemenatation level, I would still expect

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Peter F. Spicer
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Micheal J Sent: Wednesday, March 07, 2001 6:41 AM To: JBoss-Dev Subject: RE: [jBoss-Dev] CL: Clustering, let's get started -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jer

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Filip Hanik
. Marz 2001 16:39 An: JBoss-Dev Betreff: RE: [jBoss-Dev] CL: Clustering, let's get started Lots of good feedback on the Clustering issue. Anybody thought about putting together a requirements document that captures these ideas and defines "The Path" for the effort? Does not have t

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Sacha Labourey
Hello, ok, let me raise my voice :) the emails around clustering seem to focus a lot on loadbalancing as the primary reason to cluster servers. well, imho it is not. there is only one reason you would cluster servers, fail-over and high availability. "only one reason" is probably a bit

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Filip Hanik
Maybe you are addressing Marc's concern about finding a small enough bite? Clustering focused on fail-over first, then load-balancing? I believe so, thanks for you humble respons, having a rough day, hope I didn't bitch too much :) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik

Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Tom Coleman
Filip wrote: if you want to do loadbalancing, you have much better performance using non-clustered servers and a stateful loadbalancer. as a matter of fact, you can buy a load balancing router for a couple of thousand bucks, so why try to replicate functionality that is already done.

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-07 Thread Tom Cook
Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Boynes |Sent: Wednesday, March 07, 2001 1:35 AM |To: [EMAIL PROTECTED] |Subject: RE: [jBoss-Dev] CL: Clustering, let's get started | | |Tom's question was really about approach rather than solutions and you

Re: [jBoss-Dev] CL: Clustering, let's get started

2001-03-06 Thread Tom Cook
Hmmm, game... Would it be better to do it piecemeal like this, developing a bit at a time, or to implement the underlying infrastructure first (like a distributed transaction manager)? Tom On Tue, 6 Mar 2001, marc fleury wrote: Ok, it's been promised, it's been discussed, it has already

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-06 Thread marc fleury
what does a dtm have to do with Stateless session bean load balancing and high availability ? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tom Cook |Sent: Tuesday, March 06, 2001 8:16 PM |To: JBoss-Dev |Subject: Re: [jBoss-Dev] CL

RE: [jBoss-Dev] CL: Clustering, let's get started

2001-03-06 Thread Jeremy Boynes
most basic, you *will* need a DTM so design it in early. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Tuesday, March 06, 2001 7:18 PM To: JBoss-Dev Subject: RE: [jBoss-Dev] CL: Clustering, let's get started what does a dtm