Resolved the issue. The browser is the culprit! It seems HTTP/1.1 protocol suggets the browsers should not allow more than two connections to the same server from same client!
We changed some settings and it works like charm! Regards, Sandeep --- In [email protected], "Sandeep Malik" <[EMAIL PROTECTED]> wrote: > > Guys, > > We're seeing something weird. We're streaming a lot of data from > server. This data comes in three chunks, each of size ~ 4 M. We fire > all the three requests simultaneously with three different > URLStreams. > However, it seems like Flash Player only loads at max 2 requests at > a given point of time. We get chunk 1, then when its ~ 75% over, > chunk 2 starts and when chunk 2 is ~ 75% over (chunk 1 has already > finished), chunk 3 starts. > > What's more, if we open a new browser simultaneously, none of the > requests get fired from there as if they are waiting for other > streams to finish first! > > This might seem like that the issue could be that the read cache of > sokcet of the underlying OS gets choked and hence the delay, but we > strip this cache of the data as soon as it arrives there. > > Has any one seen this behavior before? > > Regards, > Sandeep >

