I have been reviewing XtraDB clustering and produced a P.o.C.
i am trying to setup a new server running on debian6 and trying to make it work smooth under load. i ve used a wordpress site as a test object, and tried the configurations on http://blitz.io. when i increase the mysql max_connections from 50 to 200 lots of timeouts start to occur. but on 50 , no timeouts and pretty well response times.
Does any one know a simple but good load balancer that can handle 2000 concurrent connections through http?
It will be installed on ubuntu server or you can recommend a OS that it will work better with.
Thank you.
I have tried:
HAproxy
Update:
I host a website that has scripts on it. I get 300+ request per second. I will be spreading the load on 3 servers running ubuntu.
I tought that the members of this forums would be interested in these two links.
Tweak kernel variables in sysctl.conf « Overtone
and
Sysctl | SUSE & openSUSE
I would like to be able to route between vlans from a switch with Ubuntu 10.04
Currently I have:
- Installed the Vlan package
- set net.ipv4.ip_forward = 1 (located in /etc/sysctl.conf)
- modprobe 8021q
I also tried to do
sudo vconfig add eth0 10
sudo vconfig add eth0 20
sudo vconfig add eth0 30
Hi,
usually you enable things like IP forwarding in /etc/sysctl.conf. Now I read through the UFW firewall documentation, and regarding to that, it has it's own sysctl.conf file in /etc/ufw.
Why is that? What happens if I enable UFW and have things configured in /etc/sysctl.conf? Will UFW overrule these settings with whatever is in /etc/ufw/sysctl.conf?
I have a defined type at modules/sysctl/manifests/init.pp that looks like:
define sysctl ( $value = undef, $ensure = undef ) {
# Parent purged directory
include sysctl::base
# The permanent change
file { "/etc/sysctl.d/${title}.conf":
owner => 'root',
group => 'root',
mode => '0644',
content => "${title} = ${value}\n",
ensure => $ensure,
notify => Exec["
OK, after looking at HowTos/SELinux, I was able to create a module that told SELin... [by huttarl]
Milo and I will be running an all-day documentation workshop during the GUADEC pre-conference on Tuesday, July 27th. This is an exciting opportunity for you to work on our documentation, take part in collaborative planning, and learn best practices from experienced documentation writers.