0
Answer

Building a remoting project.

Ask a question
Anthony Hill

Anthony Hill

15y
2.5k
1
I am only just now approaching the "Remoting" technology in .NET, so I understand I'm behind the curve, but I have a few logistics questions regarding how larger development shops setup their projects. I have a few questions, actually: 1.) Is Remoting multithreaded? If 50 clients hit the remotable object on the server at the same time, is each client request handled in it's own thread? 2.) I'm tripping over the compile procedures for remotable objects. I have a general library that is used within my remotable object, and when I try to compile, I get a message saying it could not locate the library, and maybe I'm missing a using directive. The class library is listed as a reference and it's listed as a using directive, so I'm not sure why I'm getting the error. I have a ton of other questions, but I'll start there for now. Thank in advance for your responses.