SocketServer Problem

Serdar Soydemir serdars at ixir.com
Sat Jun 2 08:41:23 EDT 2001


Sorry for my inattention, i found the answer, changing simply TCPServer to
ThreadingTCPServer solved the problem.

--
Serdar Soydemir

----- Original Message -----
From: "Serdar Soydemir" <serdars at ixir.com>
To: <python-list at python.org>
Sent: Saturday, June 02, 2001 2:51 PM
Subject: SocketServer Problem


> Hello,
>
> I am working on a little socket server application to learn and practice
how
> Python socketserver works. It works great for now, but it can accept only
> one connection , when i try to open another conn while first one is still






More information about the Python-list mailing list