Hi Mike,

Am 28.12.2007 um 02:21 schrieb mg2:

> If the 2.Rpc is polling and waiting, all Requests sent to the  
> Server with
> the 1.Rpc are
> received and replied by the Server, received by the Browser but the  
> Response
> handler (defined when executing the callAsync method) is NOT executed.
> When the 2.Rpc Request is finished all waiting Responses from the  
> 1.Rpc are
> processed (if timeout is not expired meanwhile).
>
>
> Is this a Qooxdoo Bug or Browser Problem ?

Is HTTP pipelining enabled (in about:config)? If so, the requests may  
be pipelined in a single connection, and the responses are received  
in the same order as the requests (so nothing happens until the  
response to the first request arrives).

Regards,

   Andreas


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to