On Wed, Nov 3, 2010 at 9:48 AM, Bernardo <[email protected]> wrote: > The problem comes when, reading whoosh documentation, we find out that > when indexing a document, whoosh lock the index (it is just locked to > write, you can read in while indexing). So, how to solve this > imposibility of concurrency? (Imagine that two users are performing > actions which require an indexation at the same time... one of them > would return an error).
Wouldn't it be better if woosh was served by a separate application? If all it does is index things, you could easily have solved the problem by making an app that would be a search server with an external API. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

