|
To me it sounds like once the session becomes idle, thus the physical connection is lost, the activation group would be reclaimed. Correct me if I'm wrong, but once the session becomes idle, the activation group needs to be recreated.
It doesn't matter whether the network connection is lost. Ending a network connection won't end an activation group (and in fact, has absolutely no relationship to an activation group!)
What matters is whether the job is ended. If the job on the server is ended and has to be restarted, then a new activation group has to be created in that new job.
The connection pooling feature enables the database server to timeout an idle session and use the connection to service an active session. The idle logical session remains open, and the physical connection is automatically reestablished when the next request comes from that session.
This states that the session remains active, and therefore the activation group would also remain active.
If you're not sure, why don't you try it and find out? Surely this can't take a significant amount of time to test?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.