Re: Servlet Concurrency problem

2008-04-10 Thread davilovick
ore. > > --David > > davilovick wrote: >> Hi, we are trying to develop a servlet, but ive encountered some problems >> with the concurrency. >> The problem is that only 2 HttpRequest is dispatched at the same time. >> >> the doPost body is the following

Servlet Concurrency problem

2008-04-09 Thread davilovick
Hi, we are trying to develop a servlet, but ive encountered some problems with the concurrency. The problem is that only 2 HttpRequest is dispatched at the same time. the doPost body is the following: protected void doGet(HttpServletRequest request, HttpServletResponse response) { Sy