If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Connection timeout while connecting to postgresql8.4

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-15-11, 02:40
rrl_sudha rrl_sudha is offline
Registered User
 
Join Date: Apr 2011
Posts: 1
Unhappy Connection timeout while connecting to postgresql8.4

Deal all

We have a web based application developed using asp.net 2.0 and back end postgresql 8.4 We are using npgsql 1.0 as provider. But very frquently for very few users 3,4 we star getiing the error connection timeout while trying to obtain a connection from the connection pool. We have closed all connections after use in the application (connection.close()). But not disposed the connections. Please help to solve this problem.

For all data access we have separate classes written in which connection is defined, opened, used, closed. Whenever data access is rewuired an instance of this class is created and the required methods are called to perform database operations like select, insert ...

Please help to solve the connection timeout problem

Thanx
Reply With Quote
Reply

Tags
asp.net, connection timeout, npgsql, postgresql8.4

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On