adi - 2004-06-23

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