On Mon, 1 Apr 2002 14:15:06 +0530, Ramakrishnan N. wrote:
>   I actually need the Timeout to be for a longer duration. I need to Test an
> Application for a set of Active Connections to my IMAP Server and it takes
> more than 30 minutes for all the connections to be established. Hence I need
> the Timeout to be extended.
>     Is there any place, like a config file or something, where I can change
> this Timeout?

The timeout is a compile-time parameter in the imapd.c source file.  It is
very easy to find, since it is at near the start of the file.

However, I still question why you need to do this, especially if you are doing
a test.  You should be keeping each connection active even while you are
creating the connections; if nothing else by sending a NOOP every 5 minutes.

I am also surprised to hear that it takes more than 30 minutes.  Are you
creating the connections synchronously in a single thread or something?

Reply via email to