En Mon, 09 Apr 2007 08:43:23 -0300, Irmen de Jong <[EMAIL PROTECTED]>  
escribió:

> I have this UDP socket server that binds on ('',9090) and is used
> to be a broadcast responder. It works fine when I start the server
> from the cmd prompt. UDP broadcast packets sent to ('<broadcast>',9090)
> arrive in the server.
>
> However now I'm running the same server as a Windows NT Service.
> The same code is executed, the UDP server socket is bound to the
> same address. But this time, the UDP broadcast packets do NOT arrive....

Try running the service impersonating another user (not LOCAL_SERVICE, the  
default).
You can change that from the service control panel.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to