Autor: William Thompson Datum: To: Philip Hazel CC: exim-users Betreff: 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?