RE: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-27 Thread David Cassidy
: Subject: RE: [PATCH] Clustering members using UDP sockets instead of multicast ones 26/01/2004 23:30

Fw: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-27 Thread Filip Hanik
- Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 10:49 AM Subject: Re: [PATCH] Clustering members using UDP sockets instead of multicast ones I agree with you. But instead of extending multicast

Re: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-27 Thread Filip Hanik
PROTECTED]; [EMAIL PROTECTED] Subject: [PATCH] Clustering members using UDP sockets instead of multicast ones Hi, I'm testing the tomcat5 cluster in an environment where multicast connections are filtered. So in order to test our implementation in a cluster tomcat, i created this little UdpService

[PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-26 Thread Raul Benito
Hi, I'm testing the tomcat5 cluster in an environment where multicast connections are filtered. So in order to test our implementation in a cluster tomcat, i created this little UdpService that is heavily based in McastService, but the cluster nodes are specified in an attribute as comma

RE: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-26 Thread Filip Hanik
[mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:25 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PATCH] Clustering members using UDP sockets instead of multicast ones Hi, I'm testing the tomcat5 cluster in an environment where multicast connections are filtered. So in order to test