Hi, first of all sorry about my english.
i have a problem...i have an application (asp.net) that implement the session per request pattern for session management.
so, i open the session in de begin_request, and i close it in the end_request. i save the session in the context.
The problem is, that sometimes, the app throw an error. that all the connections of the pool are in use and that the pool is reached. so we have an exception to get a new connection from the pool.
my question is, why nhibernate, is not releasing the connection and "give" to pool again, to reusability?
thanks..
E.
|