E
Eyal Post
Anyone know if it's possible to pass a Socket object between appdomain? I
have a server that can host a few AppDomains. The server creats a Socket and
listens for requests. Whenever a request comes in, the server will read the
request parameters and needs to dispatch the request to a different
AppDomain. The other AppDomain will handle the request but it still needs
access to the Socket to return responses.
Any ideas?
have a server that can host a few AppDomains. The server creats a Socket and
listens for requests. Whenever a request comes in, the server will read the
request parameters and needs to dispatch the request to a different
AppDomain. The other AppDomain will handle the request but it still needs
access to the Socket to return responses.
Any ideas?