Re: Connection is closed, but not disposed or released
Posted by: Sven Franke
Date: January 24, 2005 02:27PM

The lifetime is in seconds (according to documentation).

When you do the stresstest, how many connections do you use (how many concurrent webrequests?)

When I first played with the connector, I used .Dispose() and within seconds I had 100+ connections! I just simply used .Close() and now the connection are 5 or something in that order (I close the connection immediately after use!). So for me it works... I should do a stresstest also, maybe later!

Sven.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.