array/list of sockets

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Oct 26 18:33:44 EDT 2013


On 26/10/2013 23:15, theelder777 at gmail.com wrote:
> Thank you for your quick replies. I am trying to implement a very simple multithreaded webserver in python. Is using an array of sockets (for different clients) the correct way to go?
>

It's a list :)  And if it works for you, why not, there's nothing at all 
wrong with KISS?

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence




More information about the Python-list mailing list