• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to spreading load across various physical servers?

P

panizzon

Guest
Hello all

From my experience of hosting mail and webservers it's advisable to spread those functions across many servers.

=> Web and SQL on one server.
SQL can create quite a bit of I/O, while PHP can create some CPU load. But for low latency SQL and Web should be on the same physical machine.

=> Mail
Mail with say 10'000 users is very very I/O Intensive and needs an own phyical server with no other tasks to reach some acceptable performance.

=> Spamfiltering
SpamAssassin (especialy when you use OCR Modules to do text recognition in picture attachements) and ClamAv are quite CPU intensive and should be put on a separate server. (quite easy if you use MIMEDefang with Sendmail or the latest postfix).

Can such a setup be achieved using plesk?
Preferably with shared storage so that one service could failover from one physical machine to the other in case of hardware failure?

-Benoit-
 
Back
Top