Re: [PATCH] Use the Xapian::DB_RETRY_LOCK flag when available

2016-05-03 Thread David Bremner
Istvan Marko writes: > Xapian 1.3 has introduced the DB_RETRY_LOCK flag (Xapian bug > 275). Detect it in configure and use it if available. With this flag > commands that need the write lock will wait for their turn instead of > aborting when it's not immediately available.

Re: [PATCH] Use the Xapian::DB_RETRY_LOCK flag when available

2016-05-03 Thread Jani Nikula
On Tue, 03 May 2016, Istvan Marko wrote: > Xapian 1.3 has introduced the DB_RETRY_LOCK flag (Xapian bug > 275). Detect it in configure and use it if available. With this flag > commands that need the write lock will wait for their turn instead of > aborting when it's not

[PATCH] Use the Xapian::DB_RETRY_LOCK flag when available

2016-05-03 Thread Istvan Marko
Xapian 1.3 has introduced the DB_RETRY_LOCK flag (Xapian bug 275). Detect it in configure and use it if available. With this flag commands that need the write lock will wait for their turn instead of aborting when it's not immediately available. --- configure | 25 -