server didn't respond problem in multithreading

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
manibhatti
Posts: 4
Joined: Tue 04 Dec 2012 04:41

server didn't respond problem in multithreading

Post by manibhatti » Tue 01 Jul 2014 18:20

Hi,

I am connecting to several Oracle databases in parallel with dotConnect for Oracle using multithreading in C#. Each thread makes a separate Oracle connection. The problem is that when I have more than 15 threads (each one having it's own connection) I get error "server did not respond within the specified timeout interval devart threads". The error doesn't arise when I am using 4 threads or making 4 simultaneous connection using dotConnect for Oracle. Please let me know if dotConnect for Oracle has some limitation while using multithreading. If not please help me how can I get rid of this error and make connection in several threads successfully. Thanks very much.

Regards
Mani

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: server didn't respond problem in multithreading

Post by Pinturiccio » Wed 02 Jul 2014 14:21

We have answered you at our forum http://forums.devart.com/viewtopic.php?t=29888

Post Reply