Timeout on Session logon using TOracleSessionPool

Primvs

Member
Hey!

I am using TOracleSessionPool in a service. It has Min and Max properties defined. When there are Max sessions used and another request for session arrives the new request is stucked in session.Logon . I wonder if there's any way within DOA session/session pool settings I could define the timeout before let's say exception is raised in session.Logon.

Thanks!
 
This is currently not possible. It's relatively easy to implement though, and I have added this to the list of enhancement requests.
 
Back
Top