Hi

Hi,

I have a service application having name service1.exe.
And also have standalone application having same name and same code.

If  run this as standalone exe then it's performance is so well.
But if I run as service application then it is little bit slow.

I googled but did not found any source.
So can any body help me what will be the reason for slow?

Thanks,

Comments

  1. André Mussche is right. Your best bet is to profile it.

    ReplyDelete
  2. You could also see if there are differences in CPU priorities between the service and the desktop app.  You could check with SysInternal's Process Monitor, if there are Registry, Environment, COM or Path issues that cause the service to spend more time retrying alternatives.

    ReplyDelete
  3. thanks guys..for support...i will work on your suggestions...

    ReplyDelete

Post a Comment