Go to Google Groups Home    django-haystack
Re: Whoosh

Patryk Zawadzki <pat...@pld-linux.org>

On 6 Maj, 17:07, Daniel Lindsley <polarc...@gmail.com> wrote:

> The outcome of this is that there are some big
> threading issues with Whoosh and it's use in Haystack. This occurs in
> several environments (prefork for patrys, wsgi for me).

Actually it works nicely with threading but breaks when preforking. If
you use:

   manage.py runfcgi ...

to start your applications, make sure you make it threaded:

   manage.py runfcgi method=threaded ...

Then whoosh backend should work fine.