Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#19 duplicate Connection to base DBMS leaking cjucovschi Andrei Aiordachioaie
Description

It seems that every rasql query executes opens up a new postgresql connection, and never closes it before exiting. After a couple of hundreds of queries, the postgres DBMS decides to halt because the maximum number of connections has been reached.

Tested with the git repository version of rasdaman (8.1), on 2009-11-09.

Attached is a script that executes lots of rasql queries.

#20 fixed Connection to postgres DBMS leaking Peter Baumann Andrei Aiordachioaie
Description

It seems that every rasql query executes opens up a new postgresql connection, and never closes it before exiting. After a couple of hundreds of queries, the postgres DBMS decides to halt because the maximum number of connections has been reached.

Tested with the git repository version of rasdaman (8.1), on 2009-11-09.

Attached is a script that executes lots of rasql queries.

#21 fixed Include an explicit list of dependencies in inst-guide.pdf Peter Baumann hicksa@…
Description

Compiling rasdaman on a freshly installed & updated Ubuntu 8.10 server for the first time and after installing 'build essential' I've had to repeat the cycle:

  1. run ./configure
  2. configure halts on missing dependency
  3. search for package with dependent file
  4. install package
  5. repeat from 1

11 times!

My dep list is:

sun-java6-jdk libssl-dev libhdf4g-dev flex libncurses5-dev libpng12-dev lipnetpbm-dev libreadline5-dev libtiff4-dev postgresql-server-dev-8.3 libecpg-dev

If the documentation included a dep list it could have been quickly implemented with a single apt-get install call.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.