Re: [Exim] Odd problem with SQL and reconnecting.

トップ ページ
このメッセージを削除
このメッセージに返信
著者: William Thompson
日付:  
To: Philip Hazel
CC: exim-users
題目: Re: [Exim] Odd problem with SQL and reconnecting.
> > How hard would it be to have exim not close the sql connection until it
> > quits? I realize the source would have to be modified as I've never seen an
> > option for this.
>
> Hard. Because Exim isn't "it", it's "them". The lookup caching gets
> closed down at various times when new processes start up, etc.


I see. I wasn't sure how hard it would be.

Looks like that during the process of accepting an email that a lookup can
be cached and the cache flushed out before the same lookup is used again.
Am I right?