Re: [GENERAL] The connection closed unexpectedly - C++ and Postgre

2009-07-02 Thread drestajumena
If run the server, the server will be run for several minutes and then the error will happen. Most of error will held if the server run query : INSERT, DELETE. For database server, i use Postgre 8.3.1 on ubuntu 8.10 server. For system servers, i use standard C++. I am going to make an MMORPG. S

Re: [GENERAL] The connection closed unexpectedly - C++ and Postgre

2009-07-02 Thread Scott Marlowe
On Thu, Jul 2, 2009 at 2:05 AM, drestajumena wrote: > > 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 dat

[GENERAL] The connection closed unexpectedly - C++ and Postgre

2009-07-02 Thread drestajumena
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 exce