I'm working on getting the perldriver to stop segfaulting on me, my
assumption is that references from different places in the driver to
tin01_sql_session become stale when the session is disconnected and freed
before the prepared statements and resultsets are freed.

My idea is to have a linked list of childobjects that need to get
destroyed when the session is closed and then report errors to the outside
if anyone tries to use the childobjects later.

Am I correct in assuming that prepared statements, result sets and long
readers are the only objects that depend on session?

... and that they don't depend on each other?

-- 
 Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk

Reply via email to