View Single Post
  #1 (permalink)  
Old 07-02-09, 05:10
drestajumena drestajumena is offline
Registered User
 
Join Date: Jul 2009
Posts: 0
The connection closed unexpectedly - C++ and Postgre

Greetings,

I have a problem with postgresql that connect to a c++ server.

I build some system servers that have connection to a postgresql server. When i add many object in the database, and the system server going to shoot the database server with the query. There will be an exception. The exception sound : "Server closed the connection unexpectedly".

The configuration of my database server is standard. When i look into the log on database server : "connection reset by peer".

Please help me with that problem.
Thank you.
Reply With Quote