Alaa
Alaa

Reputation: 4611

How to maintain an image cache in Pressflow with a load balancer?

I am planning to make a load-balancer for my website. It is Pressflow 6.20. How can I maintain an image cache in the two servers?

I need something other than NFS, since NFS will cause overload and will break the website in case that the server, that has the images, is down!

EDIT
Is it possible to have a dedicated server for images using an image cache (if so, how?)

Upvotes: 0

Views: 240

Answers (1)

sbrattla
sbrattla

Reputation: 5386

You should have your file system in a single location. In other words, just as the two servers use the same database - both servers will also use the same file system.

One option would be to mount the (remote) file system locally.

Upvotes: 0

Related Questions