regarding windows service
i want to create a windows service,in the config file define thr list of ports.if a request is comes for any port defined in the config file ,then i want to record the request time.can any one tell how should do this?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
LisaPosted Feb 17, 2009, 9:21 AM
you can write a function which checks for the port numbers in the config file in your service installer and then get the function to fire events when you find it. this can be kept in a thread to make it run as windows service.
Thanks,
Lisa