-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt of using PyPy to install Moin on Centos 7+ Apache 2.4 #79
Comments
First test passed :-)
Cheers |
Maybe do some performance comparisons (render big/complex page, RecentChanges, etc.) to CPython. Due to the JIT warming up, you maybe have to repeat multiple times with same moin process. Do you have the moin process running long term? Did you interface it to nginx or apache2? How? |
With regard to the third point, I interfaced with Apache 2.4 with a .conf like ============== <VirtualHost *:443> SetHandler server-statusServerName phys-webvm.phys.sussex.ac.uk <Directory "/srv/www/wikis"> <Directory "/srv/testmoin/share/moin/server"> ErrorLog "/var/log/httpd/moin.wiki.epp_error_ssl.log" WSGIDaemonProcess epp-wsgi display-name=epp-moin-wsgi group=apache processes=1 user=apache ======== "Do you have the moin process running long term?" Cheers Roberto |
<VirtualHost *:443> |
Are you sure your mod-wsgi is using PyPy and not CPython? How? |
How would I go about testing that? I temporarily removed the system python binary and the moin website worked fine! Any advice? |
Looks like you are right! |
I guess now I am back to the drawing board! |
In case you are interested in using a Container to run MoinMoin together with pypy, I recently published something I was working on.
|
@wombelix that sounds like a quite useful approach that could be interesting for many moin-1.9 users. Maybe we should link to that from a more prominent place, so users can find it more easily? From moinmo.in wiki? From moin-1.9 github README? |
Sure, if you think it could be useful, feel free to share and spread the word :) |
OK, added it to next milestone as a reminder to link that from some prominent places. Thanks! |
@ThomasWaldmann FYI, |
Hi guys,
I will try to build MoinMoin using PyPy rather than a standard Python2.7 and see how it goes...
Will update
Roberto
The text was updated successfully, but these errors were encountered: