Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-25 Thread cmanolache
Hi Shai, Thanks for your patch, it's a very good start and I think it'll be useful for many users. I think it needs some more work - I'm not talking about the main functionality you are implementing, which I'm sure will be tested and improved and will have a nice evolution. I'm talking as a

Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Jon Stevens
on 12/24/2000 1:26 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: + try { + fStream = new FileOutputStream(f); + oStream = new ObjectOutputStream(fStream); + // Serialize to file all active session + Enumeration ids = sessions.keys(); + ServerSession session = null; + while

Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Jon Stevens
on 12/24/2000 1:26 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: + while (ids.hasMoreElements()) { +session = findSession(ids.nextElement().toString()); +if (!session.getTimeStamp().isValid()) + continue; +oStream.writeObject(session); + } + oStream.flush(); +

Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Jon Stevens
on 12/24/2000 1:26 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: try { + fStream = new FileOutputStream(f); + oStream = new ObjectOutputStream(fStream); + // Serialize to file all active session + Enumeration ids = sessions.keys(); + ServerSession session = null; + while

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Where is the piece of code you have written for jserv??? --Shai -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday, December 25, 2000 00:47 To: [EMAIL PROTECTED] Subject: Re: [PATCH] Tomcat session replicator - Pathces for phase I on 12/24/2000 1:26 PM

Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Jon Stevens
on 12/24/2000 3:31 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: Where is the piece of code you have written for jserv??? --Shai Now that is a really funny question. Think about it for a second. -jon

Getting people to contribute [Was: Re: [PATCH] Tomcat session replicator - Pathces for phase I]

2000-12-24 Thread Hans Bergsten
Jon, I believe that you want people to contribute to this project, but comments like the ones you made in this thread are more likely to scare people away. I'm afraid many would-be contributors read these mails and think "if this is the way my contributions will be received, I'm out of

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
, December 25, 2000 01:38 To: [EMAIL PROTECTED] Subject: Re: [PATCH] Tomcat session replicator - Pathces for phase I on 12/24/2000 3:31 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: Where is the piece of code you have written for jserv??? --Shai Now that is a really funny quest

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Nacho
]] Enviado el: lunes 25 de diciembre de 2000 0:32 Para: [EMAIL PROTECTED] Asunto: RE: [PATCH] Tomcat session replicator - Pathces for phase I Where is the piece of code you have written for jserv??? --Shai -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday

Re: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread Jon Stevens
on 12/24/2000 3:58 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: Ahh... The patches I have sent were written originally to 3.2. Jon's code was part of 3.2 (and I have used it) but is not included in 3.3. Thanks to Jon having my attention to that. I'll fix that soon. --Shai Wait,

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Hashtable()); } } --Shai -Original Message- From: Nacho [mailto:[EMAIL PROTECTED]] Sent: Monday, December 25, 2000 02:07 To: '[EMAIL PROTECTED]' Subject: RE: [PATCH] Tomcat session replicator - Pathces for phase I Hola Shai: for 3.3, The code Jon points it's