Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which sends to the same IP address and port, the receiver is running within Process1. If I move the receiver into Process2 then its fast.
I'm new to .NET remoting, and I'm having trouble getting a callback to work from a server. I've been through a dozen webpages and the references available to me, but I'm still missing something. I'm trying to have a client pass a callback function to a server, and
I am writing a new remoting service for a system that will be exposed to the Internet. We originally had it built as a webservice, but the overhead is huge and I am looking for a way to get the CPU / bandwidth requirements down. Remoting looks very promosing for this system, it ...