From: "Aaron Stone" <[EMAIL PROTECTED]>
Reply-To: DBMAIL Developers Mailinglist <dbmail-dev@dbmail.org>
To: "DBMAIL Developers Mailinglist" <dbmail-dev@dbmail.org>
Subject: Re: [Dbmail-dev] Questions on DBMail IMAP server
Date: Tue, 29 Mar 2005 00:29:22 -0000

On Mon, Mar 28, 2005, ""gopalakrishnan kamalanathan""
<[EMAIL PROTECTED]> said:

> Hi,
>
> I have a few question on the DBMail IMAP implementation.
> 1) What is the memory footprint of the DBMail IMAP.
> 2) What is the maximum number of simultaneous connections that the DBMail
> IMAP server can handle.

You'll have to test this for yourself, given your own server, database,
user load, email size, and other configuration parameters. DBMail is NOT a
one-size-fits-all system; it scales, but you have to help it scale.
Do you mean that it depends on the CPU that I run the IMAP server on?
Does the DBMail IMAP server comes with the database?


> 3) How many threads does the DBMail imap server create?  Does it have a
> fixed pool of threads or does it create new threads as and when needed
> basis?

We're single-threaded, so it's processes that we use. The numbers for each
of your questions is configurable. You can specify a minimum number of
processes, a maximum number of processes, and a maximum number of idle
processes. The child processes are stopped and started to fit these
parameters.

> 4) Is it possible to have multiple connections to the same mailbox?
Is it possible to have multiple connections to the same mailbox at the same time?



Yes.


Aaron
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev


Reply via email to