Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : UDP running in NT service
| Subject: | UDP running in NT service |
| Posted by: | grechw..@ftsinc.com |
| Date: | Tue, 6 Dec 2005 01:01:53 GMT |
Hello,
I am using D5 with a Fastnet UDP component running on XP. It is
designed to accept UDP packets and send them to disk. It works great
when I run it in a program mode. But when I create an NT service
using the "DataReceived" event does not trigger. I have tested that
the service thread is actually running.
Is there something that has to be treated differnenly in this
component within an NT service?
Thanks
Gabe