Hi: Can I make a something like a cluster with Drupal ? I need to install Drupal some servers, and that information of one drupal sync with a center server, and the others servers too. Exits some module to do it ? Thanks.
Seems like a decent discussion. http://groups.drupal.org/node/16474 Ryan LeTulle bayousoft.com <http://www.bayousoft.com> twitter.com/bayousoft <http://www.twitter.com/bayousoft> On Sat, Oct 30, 2010 at 7:25 AM, Damian Adriel Perez Valdes < damian.adriel@gmail.com> wrote:
Hi:
Can I make a something like a cluster with Drupal ?
I need to install Drupal some servers, and that information of one drupal sync with a center server, and the others servers too.
Exits some module to do it ?
Thanks.
Take a look at the Services module, if you are not familiar with it. Allows one to expose APIs, which could be used for cluster node communications. I've made such a setup for a few clients, and am building one now at the RackSpace cloud that is planned to hook into their scaling API to dynamically scale. Sincerely, -Blake www.BlakeSenftner.com On Oct 30, 2010, at 5:25 AM, Damian Adriel Perez Valdes wrote:
Hi:
Can I make a something like a cluster with Drupal ?
I need to install Drupal some servers, and that information of one drupal sync with a center server, and the others servers too.
Exits some module to do it ?
Thanks.
This doesn't seem like something Drupal would need to be modified for. Use a master-master mysql installation, replicate the database, and use rsync to keep your drupal front end files updated on all webservers. Make sure all uploaded files are pointed at the right server, you could use a reverse proxy to make sure it is going to the right location(s). Justin Edwards TeleLanguage Inc, Network Administrator On Sat, Oct 30, 2010 at 1:57 PM, Blake Senftner <bsenftner@earthlink.net>wrote:
Take a look at the Services module, if you are not familiar with it. Allows one to expose APIs, which could be used for cluster node communications. I've made such a setup for a few clients, and am building one now at the RackSpace cloud that is planned to hook into their scaling API to dynamically scale.
Sincerely, -Blake www.BlakeSenftner.com
On Oct 30, 2010, at 5:25 AM, Damian Adriel Perez Valdes wrote:
Hi:
Can I make a something like a cluster with Drupal ?
I need to install Drupal some servers, and that information of one drupal sync with a center server, and the others servers too.
Exits some module to do it ?
Thanks.
I actually just set something like this up for a client. Master-master replication works well. The only thing we had problems with is making sure that uploaded files get replicated to all of the web servers. We ended up using Dropbox (I know - there's better solutions out there, but we wanted to put something together quickly). Future plans were to implement something like the Andrews File System to replace Dropbox. Thanks, Cameron On Sat, Oct 30, 2010 at 14:13, Justin Edwards <justin@telelanguage.com>wrote:
This doesn't seem like something Drupal would need to be modified for. Use a master-master mysql installation, replicate the database, and use rsync to keep your drupal front end files updated on all webservers.
Make sure all uploaded files are pointed at the right server, you could use a reverse proxy to make sure it is going to the right location(s).
Justin Edwards TeleLanguage Inc, Network Administrator
On Sat, Oct 30, 2010 at 1:57 PM, Blake Senftner <bsenftner@earthlink.net>wrote:
Take a look at the Services module, if you are not familiar with it. Allows one to expose APIs, which could be used for cluster node communications. I've made such a setup for a few clients, and am building one now at the RackSpace cloud that is planned to hook into their scaling API to dynamically scale.
Sincerely, -Blake www.BlakeSenftner.com
On Oct 30, 2010, at 5:25 AM, Damian Adriel Perez Valdes wrote:
Hi:
Can I make a something like a cluster with Drupal ?
I need to install Drupal some servers, and that information of one drupal sync with a center server, and the others servers too.
Exits some module to do it ?
Thanks.
participants (5)
-
Blake Senftner -
Cameron Eagans -
Damian Adriel Perez Valdes -
Justin Edwards -
Ryan LeTulle