client/server python examples

Moshe Zadka moshez at zadka.site.co.il
Mon Jan 15 21:35:11 EST 2001


On Mon, 15 Jan 2001 17:42:26, "anand v" <objectmulti at hotmail.com> wrote:
> Hi,
> 
> Could someone please provide some standalone examples
> of client and server written in python to communicate
> on sockets??? and also it will be very helpful if the server
> has some threads also..

httplib and SimpleHTTPServer enough for you?
Inherit from SimpleHTTPServer and SocketServer.ThreadingMixin
and you have a threaded server.
-- 
Moshe Zadka <sig at zadka.site.co.il>
This is a signature anti-virus. 
Please stop the spread of signature viruses!




More information about the Python-list mailing list