[erlang-questions] [Zotonic] How to distribute zotonic across multiple machines?

envelopes envelopes sunwood360@REDACTED
Fri Oct 14 17:26:59 CEST 2011


Will the write fail if the master node is down?
On Oct 14, 2011 2:48 AM, "Michael Connors" <connorsml@REDACTED> wrote:

> Hi Barco,
>
> I have spent sometime thinking about this, but I have not actually needed
> to do it yet.
>
> If I was attempting to do it, I would probably be using the following
> tools.
>
> You could put Zotonic behind nginx and use nginx as a load balancer with
> sticky sessions, so that the user gets sent to the site that has their
> session.
>
> You could replicate Postgresql using Slony so you have your database
> distributed, and use pgpool to ensue that all writes go to the master
> database and all reads come from the local database.
>
> You could replicate the images and other files using rsync.
>
> http://nginx.org/
> http://slony.info/
> http://pgpool.projects.postgresql.org/
>
> Michael
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111014/767dc7e1/attachment.htm>


More information about the erlang-questions mailing list