Sure, the problem would have been solved that way. But if you want to deploy your app in an external server or hosting, in my opinion is easier to have it all integrated in the same application, than having to run it in a sepparated one.
Thanks for your point of view!! Bernardo On 3 nov, 10:31, Branko Vukelic <[email protected]> wrote: > 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 Guildhttp://bit.ly/gbg-group

