I'm indexing a model with xapian/haystack. When i test it on my local machine everything works just fine, but when i try to save a model on the server Xapian throws a DatabaseLockError
Exception Type: DatabaseLockError
Exception Location: /opt/python2.6/lib/python2.6/site-packages/xapian.py in __init__, line 2886
2886: _xapian.WritableDatabase_swiginit(self,_xapian.new_WritableDatabase(*args))
I read something on the official django haystack site about queuing. Is this the way to go, and if yes how do i implement it?