HI guys, I have designed a windows service in C# and it takes time to start(60-70 sec).I was wondering does it generally take that long to start or it is my code which is taking that much time. I have two threads which runs every 6 seconds and 1 minute.
And if it takes that much time, can somebody tell me why it takes that much time. Not in detail just an overview.