<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.77">
<TITLE>bootstrap overhead?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Anybody know the overhead involved in bootstrapping a new Factory? i.e.:<BR>
<BR>
my $bootstrap_factory = OME::Factory->new($flags);<BR>
my $dbh = $bootstrap_factory->obtainDBH();<BR>
my $configuration = OME::Configuration->new($bootstrap_factory );<BR>
<BR>
Say I've done this already in a routine, and I'm calling a sub that needs $configuration, is it smarter to pass $configuration, or bootstrap again in the sub?<BR>
<BR>
Thanks,<BR>
Mike<BR>
<BR>
Michael J. McCaughey, PhD<BR>
Molecular Physiology and Biophysics<BR>
U9203 MRBIII<BR>
6-6175<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>