Remember, concurrent users in your case is the number of people that make a request at the EXACT same time. Tomcat should handle this load nicely.
> -----Original Message----- > From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 4:28 AM > To: [EMAIL PROTECTED] > Subject: Does Tomcat is OK? > > > Hello All, > > We need to develop a data lookup application. The maximum > concurrent users number could reach 150. That means there > will be 150 users access the application and fetch data from > backgroud database at the same time. The data that each user > get only has 5k. We donot use session to keep this data, but > directly display to user. Now the solution that we use is > Window 2000 Server + Tomcat 4.2.24+JDK1.4.1. Could you please > give us some suggestion about if the Tomcat solution can be > used to develop the application. Thanks a lot. > > Regards, > Xiaojing > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
