search for: d34f7e2c

Displaying 2 results from an estimated 2 matches for "d34f7e2c".

2014 Jun 19
2
About memory index/search in multithread program
hi, Why xapian don't support memory index/search ? I know there is a method can create memory datebase, like this: Xapian::WritableDatabase db(Xapian::InMemory::open()); *But, if i use these in multithread program, i need create many datebases!!* Xapian::WritableDatabase db1(Xapian::InMemory::open()); //used in thread1 Xapian::WritableDatabase db2(Xapian::InMemory::open()); //used in
2014 Jun 26
2
About memory index/search in multithread program
...> The simplest solution currently is probably to create a RAM disk and use > a disk-based backend in it. > > Cheers, > Olly > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140626/d34f7e2c/attachment-0002.html>