<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hello Guys,<BR>
&nbsp;<BR>
I'm looking for some advice. I've been playing around with making asynchronous calls between a little service and a client that I've been working on, but I'm not quite sure that I'm correctly understanding what asynchronous calls should be doing as at the moment its not quite meeting my requirements.<BR>
&nbsp;<BR>
The challenge I have is that some of the functions in my service are going to take a long time to complete, but I don't want my client&nbsp;application to hang in the process either, I want it to continue with the rest of its work. Not only this, but I may also want to be able to make calls to that same service function whilst previous requests are still running.<BR>
&nbsp;<BR>
For arguments sake, lets say that my service function resolves a web service or something like that, I want to be able to call multiple web services at the same time, and handle their results as they are returned to me, however, I'm not looking to 'queue' the requests, as I don't want a slow resolving service to hang the queue. Is this something that making asynchronous calls will solve for me? or will I need to look into some type of thread implementation as well?<BR>
&nbsp;<BR>
I really appreciate your advice guys, I'm new to the 'events' based programming philosophy.<BR>
&nbsp;<BR>
Robert<BR><br /><hr />Messenger on the move. <a href='http://mobile.uk.msn.com/pc/messenger.aspx ' target='_new'>Text MSN to 63463 now!</a></body>
</html>