Profiling a Remoting Service
tzigane
Posts: 3
Is it possible to profile a remoting TCP service?
The remoting service is persisted in a win32 service, I can profile the win32 service but this only goes as far as profiling the call to the remote object and does not 'step into' the remoting code.
Cheers
The remoting service is persisted in a win32 service, I can profile the win32 service but this only goes as far as profiling the call to the remote object and does not 'step into' the remoting code.
Cheers
This discussion has been closed.
Comments
Sorry, but ANTS Profiler can only instrument code running in the local machine's runtime. You could probably get this information by running a second copy of ANTS on the remote end. It's not important that the code is started from the same machine; just that it loads the runtime and runs managed code in it.