[Tutor] about threads

Kent Johnson kent37 at tds.net
Wed Aug 16 13:22:07 CEST 2006


emilia12 at mail.bg wrote:
> Hi all,
>
> my question is probably about the threads... I have two IPs
> and i want to run web.py server for each IP in the same
> time from one script file. I can run them in two command
> boxes (and this works) but i want to do this from one ;-)
> Maybe i can do this with 'threads' but how ? is there some
> example ??

What are the commands you use to run the two copies of web.py?

Introductory material on threading is pretty scarce, try these:
http://mail.python.org/pipermail/tutor/2005-October/041866.html
http://linuxgazette.net/107/pai.html

Kent



More information about the Tutor mailing list