04-03-08 -------- Summary - Bug fix - Readings on postgresql performance - Documentation - Working on a perl interface to SUMS API Bug fix ------- drms_create_record() bug upon permission denied on _seq fixed.missing variable initializeation memset(rs->records, 0, sizeof(DRMS_Record_t *) * n); Readings on postgresql performance ---------------------------------- Read and reread postgresql performance articles in the context of configuring the new database machine. Keh-Cheng's postgres perf pointer: http://www.westnet.com/~gsmith/content/postgresql/index.htm Documentation ------------- Another push on writing documentation: drms_server.c JSOC/base/drms/apps jsoc_main.c JSOC/base/drms/libs/main drms_link.h JSOC/base/drms/libs/api drms_names.h JSOC/base/drms/libs/api drms_network.h JSOC/base/drms/libs/api drms_parser.h JSOC/base/drms/libs/api drms_server.h JSOC/base/drms/libs/api drms_storageunit.h JSOC/base/drms/libs/api drms_names.h needs more work. Working on a perl interface to SUMS API ---------------------------------------- While working on SU export perl script, I had an idea of writing a perl interface to SUMS API. I am learning both perlxs and swig. At the moment, I am experimenting with swig. I am having some trouble getting the struct definition recognized. Shall continue working on it.