[Zope] Re: kInterbaseDA multiple connection
Konstantin E. Steuck
phoenix_12 at ngs.ru
Sun Feb 20 01:42:50 EST 2005
Thanks for you reply, Tres
Tres Seaver wrote:
> Each application server thread in your application holds a separate
> instance of the adapter, which means that unless the adapter is coded
> (which I doubt) to multiplex requests from separate instances across a
> single, global connection, you could see as many connections as you
> have appserver threads.
Does it mean that number of active connections can grow even more due to
thread count growth? Will it decrease when the thread stops?
Konstantin
More information about the Zope
mailing list