Is there some data in the response that you can use to identify
the corresponding request ?

Maarten

On 1/12/07, Mark Webb <[EMAIL PROTECTED]> wrote:
I was wondering if it is possible to write a proxy that accepts multiple,
concurrent connections on one side and pushes the data out the other side in
serial?  The data coming back would be serial and pushed out concurrently.
The biggest problem I am running in to is that the responses that I am
sending to the backend will not come back in the same order in which I sent
them.

Here is a rough idea.

Concurrent -> MINA Proxy --> serial --> backend request
Concurrent <- MINA Proxy <- serial <-- backend response

Is something like this possible?

--
..Cheers
Mark


Reply via email to