[EMAIL PROTECTED] 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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to