wsgi, ajax, and multiple requests

Paul Rubin no.email at nospam.invalid
Wed Feb 9 14:02:58 EST 2011


"Frank Millman" <frank at 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.



More information about the Python-list mailing list