|
ok, i have worked with this throughout the day.
i want the Pool to be an Application setting so to speak.
currently, everytime the page reloads, the pool and connection is created all over again. this takes about 2 seconds.
after the page is loaded, all my other queries use the same open connection so that is fine.
is there a way to maintain the state of the connection pool between the web server and database? ( it resides across the network )
__________________
Mike
|