14 Feb
2006
14 Feb
'06
10:44 a.m.
[snip]
Is it possible to integrate a new http server at the present twisted server or is this a stupid question?
If your intentions are to run more than one http server on one physical machine, simply run the different servers on different port numbers. This way, IIS, Apache, Roxen and multiple Twisted servers can all coexist on the same box. Matt