Threaded model

All threads in phhttpd share their working image. This means that all threads can see the data of all connected clients. Should there be a flaw that allows foreign code to be run, it would have full control over the data that is returned to clients that were talking with phhttpd, in addition to having code running on the host machine.