Nick Keighley: >is there a known problem with getting a Python based socket program to >communicate with a C based socket program? No. Client and server are completely independent and can be implemented in any language. They must speak the same application level protocol of course, on top of TCP/IP. -- René Pijlman