Mercurial > hg > audiodb
log soap.cpp @ 313:f9dde18f556a
age | author | description |
---|---|---|
Sat, 09 Aug 2008 15:46:42 +0000 | mas01mc | Check for index-exists on WS --load_index and exit if it does not. Revert unmap_tables because cleanup() did it fine, but there is a memory leak in ws_query calls. |
Fri, 08 Aug 2008 14:01:33 +0000 | mas01mc | Added Web Services support for --exhaustive and --lsh_exact flags in Radius sequence searches. |
Thu, 07 Aug 2008 01:53:38 +0000 | mas01mc | Added server-side loading of persistent index (LSH hashtables) via --load_index -d dbName -R radius -l sequenceLength. Queries using these parameters will lookup the memory-resident hashtable instead of loading one from disk. |