From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002010.html | 90 ++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002010.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002010.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002010.html b/zarb-ml/mageia-sysadm/2011-January/002010.html new file mode 100644 index 000000000..32ed252c1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002010.html @@ -0,0 +1,90 @@ + + + + [Mageia-sysadm] Forum VM needs + + + + + + + + + +

[Mageia-sysadm] Forum VM needs

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Thu Jan 13 13:06:58 CET 2011 +

+
+ +
On 12 January 2011 21:27, Maât <maat-ml at vilarem.net> wrote:
+> So phpBB needs a LAMP Stack : Apache + PHP5 + MysSQL5 (it prefers to have MySQLi extention)
+
+(...)
+
+> For performance questions : i guess forum opening will trigger a rather vast amount of people coming (at least to register their nicks)... i'd be happy to avoid the server being loaded to death.
+>
+> So i'm targetting at least one thousand simultaneous users being active on the forum... that will do for apache tuning.
+
+or use nginx instead of apache.
+Load peaks are exactly where nginx beats apache (one process per core
+vs one process/thread per connection):
+- stable memory usage over time
+- less unhandled requests on load
+
+On one server I set up, nginx+php-fpm+mysql handled 1.5 millions
+request in one hour with ridiculous load
+as well as ridiculous stable memory usage (2gb where most where system
+buffers & cache)
+
+ + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1