Hi, I'm newish to remoting. I've got a very simple example using server activated single call object. I'm referencing the fully implemented class from the client app (I know it is not ideal, but it is a common way done by most simple samples from Microsoft
Would anyone have any performance issues using .Net Remoting? Our objects returns data about 10x slower via remoting architecture. That means RO gets data from DB and returns about 10K-record dataset back across network. So slow.
I have a simple app, creating a Client Activated Object, with 1.1 Framework, which works great with HTTP channel. I wanted to switch to TCP and I thought it may be as simple as changing HTTPChannel to TCPChannel... probably more to it that that, because I get :
I have developed an analog clock using C#.NET as an assembly in my .NET application. The clock is based on the System.Threading.Timer class, rather than the other two timers. I find that the clock runs a lot slower on an AMD machine compared to an Intel CPU machine, regardless of ...