This is a migrated thread and some comments may be shown as answers.

RelationalConnectionPool

0 Answers 54 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Wolfgang
Top achievements
Rank 1
Wolfgang asked on 27 Sep 2016, 02:38 PM

Hi,

 

I try to trace performance problems in an application.

Different profilers show that 95.44% is user in

RunParallel (OpenAccessRuntime.Relational.conn.RelationalConnectionPool)

- checkIdleConnectionParallel(OpenAccessRuntime.Relational.conn.RelationalConnectionPool)

--createPooledConnection(OpenAccessRuntime.Relational.conn.RelationalConnectionPool)

---createRealConWithRetry(OpenAccessRuntime.Relational.conn.RelationalConnectionPool)

----createRealCon(OpenAccessRuntime.Relational.conn.RelationalConnectionPool)

-----connect (Telerik.OpenAccess.RT.Adonet2Generic.Impl.DBDriver.connect)

------CreateConnection(Telerik.OpenAccess.RT.Adonet2Generic.Impl.SQLAnywhereFactory.CreateConnection)

-------OpenConnection(OpenAccessRuntime.IntelliTrace.OpenConnection)

--------Open (iAnywhere.Data.SQLAnywhere.SAConnection.Open)

used is the last classic version of OpenAccess/DataAccess

Can you tell what DataAccess is doing and why?

In the Profilers i do not see a call, so is this an internal telerik thread?

Best regards

Wolfgang

Tags
Data Access Free Edition
Asked by
Wolfgang
Top achievements
Rank 1
Share this question
or