daevaorn / djapian

High level Xapian integration for Django
Other
6 stars 3 forks source link

Placing djapian.load_indexes in urls.py seems to hung Apache. #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add indexes into index.py
2. put load_indexes in urls.py
3. rebuild indexes
4. make search query in view under apache2 ("assert False" placed after
search query have not fired)

What is the expected output? What do you see instead?
Query hungs up.

What version of the product are you using? On what operating system?
Ubuntu 8.10, Apache 2.2.9-7ubuntu3, libapache2-mod-python 3.3.1-3, Django
1.1.0 beta 1, apt-xapian-index 0.15, libxapian15 1.0.7-4, python-xapian
1.0.7-3, xapian-tools 1.0.7-4, Firefox 3.0.8.

Please provide any additional information below.
Hung up is appears sporadically and only under Apache, there is no
happenings under 'manage.py runserver'.

Original issue reported on code.google.com by max3%big...@gtempaccount.com on 14 Apr 2009 at 10:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It seems that failure is not depend on Indexer subclass location, if it is 
placed in
models.py search hungs up too.

Original comment by max3%big...@gtempaccount.com on 14 Apr 2009 at 10:09

GoogleCodeExporter commented 9 years ago
May be this is xapian+mod_python issue: http://trac.xapian.org/ticket/185

Original comment by daevaorn on 14 Apr 2009 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 10 Oct 2009 at 9:19