Hello, Anders Larsen wrote:
> It turned out that each query of the form > Rowset<Row> rs = (sql->prepare << "SELECT * FROM table"); > hogs a chunk of memory in the connected postgresql server process. > As soon as the session is closed, the memory is freed. > (With a persistent session the memory growth is visible after a few > tens of queries). > Observed with postgresql 8.1.10 and 8.3.6 (using soci 2.2.0) Can you also confirm the same problem with SOCI 3.0? Regards, -- Maciej Sobczak * www.msobczak.com * www.inspirel.com ------------------------------------------------------------------------------ _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
