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
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