Python <-> C via sockets

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Wed Sep 24 05:20:00 EDT 2003


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




More information about the Python-list mailing list