apache - Can I use paster on production site? -
i trying set mediacore (which pylons app) on production server. docs suggest either apache mod_fastcgi or mod_wsgi webserver try avoid apache @ cost because of being ram-monger. on other hand mediacore works fine when use paster, wondering pros/cons of ignoring apache , use paster production web server?
as load grows, may hit cpu or db limit. typical answer using several parallel backends. nginx or lighttpd or whatever light http server come in handy , allow distribute load several paster servers , serve static files cheaply.
up until you're safe run paster, if have excess cpu waste on serving static files.
Comments
Post a Comment