First, note this is not a bash against postgres, but is this the reason why database connections to postgres are so expensive compared to mysql? If so, it's something to consider (though it's probably not an issue for an imap server, but could be for a pop3 server handling a lot of clients).
On Thu, 2007-02-01 at 11:46 -0500, Matthew T. O'Connor wrote: > > I'm not aware of any well written multi-process model where there are > x > handlers competing with each other for connections. The service I'm > most familiar with is PostgreSQL which is multi-process and will > never > go multi-threaded. They have one process (the postmaster) which > listens > and fires off (forks) additional backends that actually do the work. > -- Jesse Norell - [EMAIL PROTECTED] Kentec Communications, Inc. _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
