Connectionpooling (oracle) and linq datacontext

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Connectionpooling (oracle) and linq datacontext

Post by Trixz » Sun 04 Oct 2009 21:07

I use connectionstring with connectionpooling but I never get more than 5 connections. We are sure that more then 5 connection should be used (at least over time).
The minimum of 3 seems to work

The connectionstring is

User Id=user;Password=pw;Server=xxx.xx.xxx.xxx;Connect Mode=Default;Pooling=True;Min Pool Size=3;Max Pool Size=100;Direct=True;Sid=MySID;Port=1521;Persist Security Info=True

Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Post by Trixz » Mon 05 Oct 2009 07:35

It's seems I may be wrong. Tried increasing the min pool to 30, and I got 30 pools. If my performance does not increase, it should be another issue.

Post Reply