[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-04 Thread Oliver Holmes
Am Dienstag, 4. Juli 2017 11:02:50 UTC+2 schrieb Leonel Câmara: > > It's not a recent problem see: > https://github.com/numpy/numpy/issues/3837 > https://github.com/numpy/numpy/issues/8559 > > And see: > > http://modwsgi.readthedocs.io/en/develop/user-guides/application-issues.html#multiple-python

[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-04 Thread Leonel Câmara
It's not a recent problem see: https://github.com/numpy/numpy/issues/3837 https://github.com/numpy/numpy/issues/8559 And see: http://modwsgi.readthedocs.io/en/develop/user-guides/application-issues.html#multiple-python-sub-interpreters You were just being lucky before. Note that you can supposedl

[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-04 Thread Oliver Holmes
Am Dienstag, 4. Juli 2017 00:49:19 UTC+2 schrieb Leonel Câmara: > > This has nothing to do with web2py, this is an issue between mod_wsgi > which uses sub-interpreters and numpy which really doesn't like that and > may become deadlocked. > > The best solution is simply not to use mod_wsgi. >

[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-03 Thread Leonel Câmara
This has nothing to do with web2py, this is an issue between mod_wsgi which uses sub-interpreters and numpy which really doesn't like that and may become deadlocked. The best solution is simply not to use mod_wsgi. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -