Poll: What web server do you use?
71–80 of 81 posts
Re: Poll: What web server do you use?
#72Re: Poll: What web server do you use?
#73Re: Poll: What web server do you use?
#74I am currently using Apache and its the only web server I ever used, I have looked in to Lighttpd and Nginx but never actually used it. Can anyone tell me why I should use the other two over Apache? The main reason I am using Apache because it has a large user base, community and documentation that I can rely on if I ever need any help.
In a nutshell, if you are using mod_php, mod_perl or any of the esoteric modules with Apache in your current installation, I think staying with httpd is a better idea. If you are facing performance problems, you could use Nginx as a reverse-proxy.
Re: Poll: What web server do you use?
#75Reading the comments, I noticed that Cherokee was added after the poll started. I wonder how many Cherokee users voted "Other". I, for one, am a Cherokee user and a big fan. The admin interface is easy to use and I love that its written in Python. As a Pylons developer, I also love that uWSGI is built right into the system.
I added it pretty soon after, so not many I think
Re: Poll: What web server do you use?
#76Earlier quoted context omitted.
IIS6. blech. Is IIS 7.5 closer to those targets?
Apache on Windows is a disaster especially for CGI stuff. IIS7 and ISAPI works like a dream in comparison.
Re: Poll: What web server do you use?
#77Re: Poll: What web server do you use?
#78Earlier quoted context omitted.
Yes, you always should.
Care to explain why?
Hunchentoot's builtin multiplexer is one thread per connection, or one process for all incoming connections: you can customize the taskmaster to be event driven, but then, you will have to write your own load-balancing cruft code to distribute load between processes; something you get for free with a proxy.
Re: Poll: What web server do you use?
#79Earlier quoted context omitted.
I added it pretty soon after, so not many I think
Sadly, I had a feeling that might have been the case. As stated before, I think Cherokee is a great product that just doesn't have the popularity other projects do.
Re: Poll: What web server do you use?
#80Google AppEngine