Hi
Thank you for this magnificent system.
i want to use drupal on multiple servers, for start, one database and 3 webservers.
How can i install it to multiple servers? What should i care?
Kind Regards

Comments

vm’s picture

I believe you will want them clustered with some kind of load balancing.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

kursat’s picture

should i make a change at drupal core system, or codes to obtain a load balanced website?

yelvington’s picture

Load balancing is entirely external to Drupal.

Drupal is designed to support multiple servers. Drupal.org actually runs on multiple webservers.

PHP sessions are stored in the database. You can have as many webservers as you want, talking to a database cluster. If you allow file uploads, you'll need to share a filesystem through NFS, et cetera.

See http://drupal.org/files/issues/Drupal.org-Architecture.pdf

kursat’s picture

yelvington and Verymisunderstood thousand times thank you for your shares.
Drupal.org Architecture is a great source i am getting deep into it and reading book Pro Drupal ... now.
I am 1 year+ community member but first drupal installation was only 2 weeks ago.
Architecture pages increased my hope for the future of this community and drupal sites.
Hope one day i ll do exactly what you -guys- do for other people at this community.