Does anybody know if a client can do asynchronous calls to a server ?
I cannot find anything like this in the source code.....
I want to split a call from a client into two calls which I want to send to two different server connections. I do not want to wait for the first call to finish, so that I can send the second call (a call might take a longer time and waiting for it to return the result is not a good option)
thanks,
Adrian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anybody know if a client can do asynchronous calls to a server ?
I cannot find anything like this in the source code.....
I want to split a call from a client into two calls which I want to send to two different server connections. I do not want to wait for the first call to finish, so that I can send the second call (a call might take a longer time and waiting for it to return the result is not a good option)
thanks,
Adrian