views:

18

answers:

0

Hi All,

I've written a windows service in C# which for the most part sits very nicely and processes away, but it seems that with load it becomes liable to stop unexpectedly. It basically feeds records from a database with a timestamp, queues them fires off another process at the correct time.

It just stops completely, doesnt raise any sort of error in event log, doesnt even show that its stopped. The logging I've got built into the app doesnt show any errors at all, its as if it was just working then was turned off.

Is there any other logging location for services apart from Event Viewer I could look at?

Thanks