What's it exactly that you want to acheive?
If you want to ensure every client gets a response from the server without waiting for another client to finish with the server, one option is to use .NET remoting. By using .NET remoting with a Client Activated Object, you're sure each of your clients gets a copy of the server object specific to her. Be warned, however, that Client Activated Objects are not just the most flexible objects but also utilize the most resources.
Hopefully it helps. If it's not what you want please try to be a bit clear.
Regards,
ejan
|