Page 1 of 1

About Question enthuware.ocejws.v6.2.277 :

Posted: Tue Nov 10, 2015 4:03 pm
by ramy6_1
Hello ,

As I understand from the question and description for client to support asynchronous calls there is two methods polling and callback.

What is the client situation which I can prefer polling and which I can prefer callback methods ?

I.e if there is a service take so long time to finalize , which method I should prefer - polling or callback ?

Re: About Question enthuware.ocejws.v6.2.277 :

Posted: Wed Nov 11, 2015 8:31 am
by fjwalraven
All depends on your requirements of your client application. I would implement a callback service if the answer takes long.

Regards,
Frits