On Thu, Feb 16, 2012 at 09:04, chrjab <[email protected]> wrote:

> Yes, I do. The problem is, that the request doesn't work anymore, if I set
> it
> asynchronous.
>

Synchronous means, by definition, that the program blocks until the
response is received. That seems counter to your desired behavior.

If it works synchronous and not async, there's just a problem with your
program. The server side is working fine. Why don't you post a snippet of
code showing how you're issuing the async request and processing the
response in the handler, and maybe we can help you identify the problem.

Derrell
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to