[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: notification of connection closure to database backends.



Bastiaan Bakker wrote:
> Wouldn't this imply that only one backend can have state associated with a
> particular connection?

No.  be_connection_init() and be_connection_delete() [like be_unbind] would
loop through the backends notifying each which registered the appropraite
callback.

Kurt