Hi,

I have a Application which needs fast communication to the Backend Server.

So I made two qx.io.remote.Rpc() Objects:

The 1. Rpc is used for sending Request Objects to the Server.
The 2. Rpc is for receiving Reply Objects from the Server. Its a 'long
Polling' strategy, the Rpc Request on the Client-side has a long Timeout and
the Server holds the http-Requests until a) the Server has some data for the
Client or b) the Timeout is going to expire.


All works fine in IE, but unfortunately not in Firefox (2.0.0.1), problem
is:

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 ?

Best Regards, 

Mike

-- 
View this message in context: 
http://www.nabble.com/Two-Rpc-Request-block-each-other-in-FF-tp14520979p14520979.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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