[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE and removing tomcat session timeouts

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
Hi David, If you are using session-free with .NET clients (which I believe you are doing), then I would find this to be expected because you are creating a connection pool in the client when you create a Connection object and pass it to the constructor of an AppObject. By default, that pool is a sized at 1 but will grow as needed with no idle timeouts of connections in the pool. Of course, you can customize this with the available properties of the Connection object. Brian

Continue reading...
 
Status
Not open for further replies.
Back
Top