load balancing and synchronization

2001-04-02 Thread Nico Wieland
hi list if i do load balancing with tomcat (w/ mod_jk), what happens if the two tomcat servers at the same time execute a synchronized method? will they know that they mustn't execute it concurrently or not? if synchronization worked only per JVM, would there be a workaround? thanks, -nico

RE: load balancing and synchronization

2001-04-02 Thread William Kaufman
is accessible from all server machines/processes. -- Bill K. -Original Message- From: Nico Wieland [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: load balancing and synchronization hi

RE: load balancing and synchronization

2001-04-02 Thread GOMEZ Henri
if i do load balancing with tomcat (w/ mod_jk), what happens if the two tomcat servers at the same time execute a synchronized method? With mod_jk, even in load balancing mode, a request is allways sent a a SINGLE tomcat ! will they know that they mustn't execute it concurrently or not? if