i don't really understand what you want to know. >> "main focus is on optimizing the requests, instead of improving the amount of page requests"
that sounds more like code optimization in your rails app, when your app doesn't perform well enough you have to tweak your code or probably add more ram, faster disk and or a faster cpu. the deployment or server configuration won't change that. but if you want to know what software to use: as an example i currently have a few windows installations with the following setup apache 2.2.4 with mod_sspi authenticatiing users via NTLM against an Active Directory and proxy balancing the requests to 6-12 mongrel_services and a single DRb for Ferret searches running as a service for all mongrels using a MS SQL 2005 DB on a dedicated server the apache is configured to use memcache and bypass the proxy on all requests towards /images /stylesheets and /javascripts to not bother the mongrels for stuff that doesn't need any server processing if any performance issues arise i can easily scale by adding more mongrels on other machines. cheers ralf Am 14.11.2007 um 18:03 schrieb Benjamin van Eck: > Hi, > > I have read many articles on the net today about configuring Ruby on > Rails on a Windows server. But there doesn't seem to a one solution > for all on how to configure a new Ruby on Rails server. So I can use > some advise with this. > I am using a Windows 2003 server and don't get many request a day. > But most of the request are quite heavy. The main focus is on > optimizing the requests, instead of improving the amount of page > requests. > > Any advise is welcome, > > > Benjamin > _______________________________________________ > Mongrel-users mailing list > Mongrel-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users