[modwsgi] Re: mod_wsgi (3.4-14) / Apache 2.4.12 / cx_oracle 5.2 / Oracle 12 / Red Hat (6.7) / Django 1.8.2 hanging under load

2015-10-06 Thread 'Lukasz Szajkowski' via modwsgi
Deadlock shows that application hangs trying to load modules (from django or built-in etc.). Normally it should be done only once at start-up, but in our case it's after many requests (*Why)*. So possible explanations: * python process/interpreter is killed/restarted from outside (e.g. by

Re: [modwsgi] Re: mod_wsgi (3.4-14) / Apache 2.4.12 / cx_oracle 5.2 / Oracle 12 / Red Hat (6.7) / Django 1.8.2 hanging under load

2015-10-06 Thread Graham Dumpleton
> On 6 Oct 2015, at 6:32 pm, 'Lukasz Szajkowski' via modwsgi > wrote: > > Deadlock shows that application hangs trying to load modules (from django or > built-in etc.). Normally it should be done only once at start-up, but in our > case it's after many requests

[modwsgi] Compiled version different than runtime when using BeautifulSoup

2015-10-06 Thread Ericson Willians
I've posted this problem on Stack Overflow: http://stackoverflow.com/questions/32976336/mod-wsgi-compiled-version-different-than-runtime-when-using-beautifulsoup mod_wsgi works perfectly on Apache 2.4.16 with Python 3.4, except when I use BeautifulSoup. For some reason, the app does not load,