OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Mysql connections

From: Martin Strand (do.not.eat.yellow.snowgmail.com)
Date: Mon Sep 03 2007 - 05:32:41 CDT


I'm trying to estimate the maximum number of concurrent mysql connections
Postfix could possibly use.
I've got mysql maps for:
- virtual_alias_maps
- virtual_mailbox_maps
- virtual_mailbox_domains
- virtual_mailbox_limit_maps (patched VDA)

Am I correct in assuming that a single Postfix process will only use a
single connection at a time?
If so, I could just add maxproc (100) for smtp + rewrite + cleanup
+ virtual and that would mean that with my setup, Postfix would never
consume more than 400 mysql connections, right?

Martin