|
|
Archives of the TeradataForum
Message Posted: Thu, 03 Nov 2005 @ 20:58:00 GMT
Subj: | | Re: Introduction, Issue, Debates, concerns. |
|
From: | | Calkins, Dennis |
Why do you have to logoff / logon between each of your 50 requests?
Doesn't your system allow you to catch signals and clean up properly (logoff) if someone interupts your program during one of those 50
calls?
Also remember Connectioning pooling is STATELESS.
If one of your 50 requests switch Databases, or character sets or sets some other session level attribute, you lose that information when the
connection is returned to the pool.
| |