P
Paul W
Hi - I'm developing my first major asp.net app.
How much work is it worth doing to share a sql connection between various
modules of code?
Obviously, the easiest (for me!) way is to have a 'local' connection
established by each module of code (function etc.). But this might mean that
to serve one page it creates 3 or 4 separate connections.
Can anybody give any assesment of performance costs (with connection pooling
enabled?).
Thanks,
Paul.
How much work is it worth doing to share a sql connection between various
modules of code?
Obviously, the easiest (for me!) way is to have a 'local' connection
established by each module of code (function etc.). But this might mean that
to serve one page it creates 3 or 4 separate connections.
Can anybody give any assesment of performance costs (with connection pooling
enabled?).
Thanks,
Paul.