Hi,
in our application we send requests in a queue using RPCManager and on the server every request from the queue calls a DMI and finally from a DMI we call a rest service. In your doc is written:
https://www.smartclient.com/smartgwt...QueueCallback-
My question is: is it possible with SmartGWT that every request in a queue will be processed on the server by it's own thread ?
Thanks
We are using: SmartClient Version: v10.0p_2016-06-25/PowerEdition Deployment (built 2016-06-25)
in our application we send requests in a queue using RPCManager and on the server every request from the queue calls a DMI and finally from a DMI we call a rest service. In your doc is written:
https://www.smartclient.com/smartgwt...QueueCallback-
Order of Execution
When the Smart GWT Server framework receives a queued request, it will process all requests, in order, in a single thread, before any response is sent to the client. All client-side actions related to queued requests, such as callbacks firing on completion, likewise happen in queue order, after all server-side processing has taken place.
When the Smart GWT Server framework receives a queued request, it will process all requests, in order, in a single thread, before any response is sent to the client. All client-side actions related to queued requests, such as callbacks firing on completion, likewise happen in queue order, after all server-side processing has taken place.
Thanks
We are using: SmartClient Version: v10.0p_2016-06-25/PowerEdition Deployment (built 2016-06-25)
Comment