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
tzigane
0

Comments

3 comments

  • Brian Donahue
    Hi there,

    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.
    Brian Donahue
    0
  • tzigane
    The remoting service is running on my local machine.
    tzigane
    0
  • Brian Donahue
    Yes, but I understood the service is invoking remoting to a second machine, is that right?
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.