Re: Are Multiple requests from single client handled sequentially?

2003-11-25 Thread Justin Ruthenbeck
At 05:19 AM 11/25/2003, you wrote: Hi, We have a client server set up, wherein the client sends multiple requests to the server at the same time & the data is retrived from the database. But the response from the server is got only one after the other. :( Can soemone tell me why this might be

Are Multiple requests from single client handled sequentially?

2003-11-25 Thread Ramya Parameswaran
Hi, We have a client server set up, wherein the client sends multiple requests to the server at the same time & the data is retrived from the database. But the response from the server is got only one after the other. :( Can soemone tell me why this might be happening?? We have NOT implemente