Just wondering if anyone has given any thought to what,
if anything, CLONE_SKIP() might provide for DBI/DBDs ?
My hunch is it should improve thread creation performance and
reduce memory footprint if applied at the ::dr level ? I.e.,
rather than use CLONE() to purge any internal objects *after*
they've already been cloned, this would avoid the clone, and
leave an undef for the object(s) in the new thread.

Am I interpreting its purpose correctly ?

Dean Arnold
Presicient Corp.

Reply via email to