On Sun, Oct 27, 2013 at 10:56 AM,  <theelder...@gmail.com> wrote:
> Yes, crystal clear. Thank you. Since I am writing this post, I have one final 
> question. I got my code to work for a multithreaded web server, how do I test 
> if it can handle multiple threads?

Easy! Just make sure the threads take a good bit of time - add calls
to time.sleep() if necessary - and then start multiple clients at the
same time.

> Also as a side note, I have subscribed to the python mailing list but have no 
> idea how to use it. Thank you everyone for being patient.

You should see this post of mine in your emails. When you do, just
reply (and make sure you're sending to python-list@python.org);
everything else should work.

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

Reply via email to