G
Guest
At work, we have built a Director object that fires off processes. Any number
of jobs can be run at the same time through its own Director instance.
Currently, there is a philosophical discussion about either passing in a
Connection String or a Connection object to the individual processes.
I am siding with Connection String, but do not have anything to support this
direction over the other. According to books, Connections are pulled from the
underlying pool with Open() and released with Close() rather than Object
instantiation and Dispose(), so you should still be able to pool with a set
of passed objects.
Is there anything I am missing that would swing the decision one way or
another?
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
of jobs can be run at the same time through its own Director instance.
Currently, there is a philosophical discussion about either passing in a
Connection String or a Connection object to the individual processes.
I am siding with Connection String, but do not have anything to support this
direction over the other. According to books, Connections are pulled from the
underlying pool with Open() and released with Close() rather than Object
instantiation and Dispose(), so you should still be able to pool with a set
of passed objects.
Is there anything I am missing that would swing the decision one way or
another?
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************