Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57688
| References | (1 earlier) <a41e5b28-c366-4a57-a04f-be93e991b2e0@googlegroups.com> <mailman.1622.1382828644.18130.python-list@python.org> <579a6b22-7660-4aed-b709-480a6221eeeb@googlegroups.com> <mailman.1624.1382830597.18130.python-list@python.org> <08c59ea9-2639-41aa-a9c8-7da16842a866@googlegroups.com> |
|---|---|
| Date | 2013-10-27 11:05 +1100 |
| Subject | Re: array/list of sockets |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1625.1382832314.18130.python-list@python.org> (permalink) |
On Sun, Oct 27, 2013 at 10:56 AM, <theelder777@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
array/list of sockets theelder777@gmail.com - 2013-10-26 14:41 -0700
Re: array/list of sockets Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-26 23:01 +0100
Re: array/list of sockets Johannes Findeisen <mailman@hanez.org> - 2013-10-26 23:59 +0200
Re: array/list of sockets theelder777@gmail.com - 2013-10-26 15:15 -0700
Re: array/list of sockets Chris Angelico <rosuav@gmail.com> - 2013-10-27 09:31 +1100
Re: array/list of sockets Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-26 23:33 +0100
Re: array/list of sockets theelder777@gmail.com - 2013-10-26 15:42 -0700
Re: array/list of sockets Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-27 00:03 +0100
Re: array/list of sockets theelder777@gmail.com - 2013-10-26 16:17 -0700
Re: array/list of sockets mm0fmf <none@mailinator.com> - 2013-10-27 00:26 +0100
Re: array/list of sockets Chris Angelico <rosuav@gmail.com> - 2013-10-27 10:27 +1100
Re: array/list of sockets Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-27 00:36 +0100
Re: array/list of sockets theelder777@gmail.com - 2013-10-26 16:56 -0700
Re: array/list of sockets Chris Angelico <rosuav@gmail.com> - 2013-10-27 11:05 +1100
Re: array/list of sockets rurpy@yahoo.com - 2013-10-26 21:29 -0700
Re: array/list of sockets rusi <rustompmody@gmail.com> - 2013-10-27 01:53 -0700
csiph-web