Re: Production server on windows

2012-02-21 Thread Eugeny Klementev
I'm deploying my application to Windows Azure cloud. I prefer python web servers. Yes apache is good solution, and i'll use it if will not find any other alternatives. On Feb 21, 8:04 pm, Bill Freeman wrote: > Sorry, but I have to ask the obligatory question: why Windows? > > But apart from that

Re: Production server on windows

2012-02-21 Thread Bill Freeman
Sorry, but I have to ask the obligatory question: why Windows? But apart from that, I suggest that even on Windows you should use Apache and mod_wsgi. It'f fast, effective, free (as in beer and as in speech), widely used (meaning it's easier to get help for this configuration on the web). Bill