http://www.slideshare.net/voxteneo/word-pressblogfarm
Not completely ready but it's the point. Any comment will be
appreciated.
Cheers
--
-dan
http://www.facebook.com/digitaltrendsftw
http://twitter.com/#!/digitaltrends
http://twitter.com/#!/dangaul
We felt more confortable with Apache at this stage even if Apache is a
bit more "fat".
I had to find something feasible and stable in a couple of days.
I'll try harder with Nginx.
On Dec 19, 7:35 pm, Dan Gaul <d...@digitaltrends.com> wrote:
> Why are you using apache for high performance WP? Nginx seems like a much
> better option.
>
> --
>
> -dan
>
> http://www.digitaltrends.com
>
No apache anymore.
http://www.slideshare.net/voxteneo/word-pressblogfarm updated.
- What exactly are you serving via NFS?
- I'd look into running varnish and/or some type of CDN for at the very
minimum your static objects, and possibly full page caching if you can.
- Are you going to be using APC or some other op-code cache?
- Utilize memcached
- Did you look at alternatives to Super Cache, like Bat Cache or W3TC?
-dan
--
Dan Gaul
Digital Trends
http://www.facebook.com/digitaltrendsftw
http://twitter.com/#!/digitaltrends
http://twitter.com/#!/dangaul
You will quickly run into a bottleneck there, especially with running PHP
scripts. I would highly recommend a deployment system to deploy your
scripts to each web server on updates and have the php files serve
directly off each, unless someone has another idea.
Any NFS/GFS/etc will have it's bottlenecks with IO/network latency when
serving small requests like those for PHP scripts IMHO, especially in a
high traffic environment.
What type of traffic are you expecting?
-dan
--
Dan Gaul
Digital Trends
http://www.facebook.com/digitaltrendsftw
http://twitter.com/#!/digitaltrends
http://twitter.com/#!/dangaul