I am experimenting with multithreading-socket these days. I build a server to 
handle each client in a separate thread. All are running on my local PC. It 
works fine except the listen() method.

I set listen(2) and expect to see "error" when more clients than "the maximum 
number of queued connections" trying to connect the server. But, no error!! 
Even 4 clients can run normally without problem.

Am I misunderstanding the meaning of this argument?

--Jach
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to