Best method for an NT service and python to interact?

Peter Hansen peter at engcorp.com
Fri Nov 21 12:21:57 EST 2003


Brad Clements wrote:
> 
> _
> "Charlie Orford" <usenetBLOCK at myrealbox.com> wrote in message
> news:qq1rrvkm58mddn4f7ost889dligvlo65c2 at 4ax.com...
> 
> > Thanks Peter. I am so clowded with Win32 programming that all I think
> about
> > is window messaging. Setting up a simple UDP server is a great idea and I
> > think I will go down this route.
> 
> Don't forget to consider the security ramifications of such a simple
> approach.

I'll put it another way: make sure that your server is bound to
('127.0.0.1', port) instead of ('' , port) and there should be
relatively few issues with security.

-Peter




More information about the Python-list mailing list