On Donnerstag 23 April 2009 Guntis Bumburs wrote:
> MAXCONNECTS = 10000
>
> what is the benefit to have it so hight?
> what would happen if i change it to Paul's suggested 100?

A single thread will accept MAXCONNECT connections and then stop, and a 
fresh one startet. Like this, all memory/disk reservations by that 
thread will be freed. It has no impact except on very high loaded 
servers there could be a small performance drop because of permanent 
thread restarting. No need to worry. It will help to lower it.

mfg zmi
-- 
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to