Hello,
I have done some google search on this topic and couldn't find the answer to my question.
What I want to achieve is the following:
1. the client make an asynchronous call to a function in the server
2. the server runs that function in the background, and the client is not hanging in the meantime
3. the client constantly make a call to the server requesting the status of the background job
Can you please give me some advices on resolving my issue?
Thank you very much! ^-^
I have done some google search on this topic and couldn't find the answer to my question.
What I want to achieve is the following:
1. the client make an asynchronous call to a function in the server
2. the server runs that function in the background, and the client is not hanging in the meantime
3. the client constantly make a call to the server requesting the status of the background job
Can you please give me some advices on resolving my issue?
Thank you very much! ^-^
Comment