"Frank Millman" <fr...@chagford.com> writes: > So the question is, how can I achieve this with wsgi? If I detect that > I have received a request out of sequence, I can queue the request, > and send an empty response.
I don't see how that can help, on the server side. Even if you send the responses in the right order, they might arrive at the client in the wrong order. So you have to do the reordering on the client. -- http://mail.python.org/mailman/listinfo/python-list