search for: db_pathnam

Displaying 1 result from an estimated 1 matches for "db_pathnam".

Did you mean: db_pathname
2011 Oct 18
2
patch proposal: omindex library or daemon
...your dept :-) For apps which re/index files frequently and need format conversion, I'd like to propose a patch for one of... Omindex library (thread safe): Omindex::init(options) // struct Omindex::options { ... } initialize mime_map, store default options session = new Omindex::Session(db_pathname) user threads use different sessions session.index_files(list, options) // list & return value are vector of { char * url, * file_path, * file_ext } perform a transaction for all files in list; create & return skip_list session.index_directory(url, dir_name, options) perform a...