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
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