Remoting from ASP.Net

G

Guest

I'm making a remoting call on (pretty much) every postback.
The remote object is single call, tcp/binary, hosted by a Windows service on
another machine.
Do I need to (or even can I) take steps to make this efficient. Are the
sockets managed intelligently by the runtime?

Thanks,
Brad
 
P

Paul Glavich [MVP ASP.NET]

Generally yes. I believe that the TCP channel will open as many connections
as there are threads available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top