Re: concurrency management

2004-07-30 Thread Vic Cekvenich
The connection pools and data sources are more of a container question, since you are using Tomcat ask on Tomcat list, and I will follow up there. .V Jignesh Patel wrote: Hi, How do we will manage concurrency if suppose we have connection pool which is managed with struts1.1 on tomcat. And then w

RE: concurrency management

2004-07-30 Thread Gupta, Sahil
8:11 PM To: Struts Users Mailing List Subject: concurrency management Hi, How do we will manage concurrency if suppose we have connection pool which is managed with struts1.1 on tomcat. And then we have two we server now suppose two connection from two server try to access the database at the

concurrency management

2004-07-30 Thread Jignesh Patel
Hi, How do we will manage concurrency if suppose we have connection pool which is managed with struts1.1 on tomcat. And then we have two we server now suppose two connection from two server try to access the database at the same time. How we can handle? I know from my previous posting connection