Dan wrote:
> Just starting to do some windows Client / Server programming. Which
> would you recommend? I need to create a server to fire events and
> communicate with clients over a lan. Thanks

There are plenty of Python solutions for this, most of them
work with Windows, but aren't locked to it.

You might want to look at one of these:
http://pyro.sourceforge.net/
http://dabodev.com/

See also
http://wiki.python.org/moin/DistributedProgramming
and
http://www.thinkware.se/cgi-bin/thinki.cgi/UsingPythonWithOtherLanguages
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to