Python 3.3 Webserver restarting problems
- by IPDGino
I have made a simple webserver in python, and had some problems with it before as described here: Python (3.3) Webserver script with an interesting error
In that question, the answer was to use a While True: loop so that any crashes or errors would be resolved instantly, because it would just start itself again.
I've used this for a while, and…