hybinet wrote:
100k pageviews/month = 3k pageviews/day = one pageview per 30 seconds on average.
Even at 100 times that figure, putting anything in front of nginx is unlikely to perform better than nginx on its own, especially if everything is running on the same box.
agreed, wanted to experiment while the box is still private but will definitely not put varnish when it goes live
hybinet wrote:
Switching to 64-bit just for the sake of Varnish is likely to incur penalties in other areas of your software stack. For example, Drupal will probably consume a lot more RAM on 64-bit, leaving less RAM for Varnish to juggle with.
will never go to 64-but unless it's needed and it's not here
hybinet wrote:
Also try varying the concurrency (-c) of your benchmark. Your software stack and configuration may not be optimized for that particular concurrency level.
thanks!