Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
alexschroeder.ch
Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
1–10 of 11 posts
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#2Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#3(Also a website that loads would be useful. ;) )
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#4EmacsWiki isn't loading either.
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#5Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#6I'd suggest putting up nginx as a reverse proxy to Apache. I had a situation sort of like this; under heavy load, Apache would have issues with semaphores that was hard to deal with. (Someone had handled the OOM-killing with a watchdog to respawn it.) For a large number of concurrent connections, nginx was much better, though that may have been due to the old MPM we were using - each connection tied up dozens of megs…
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#7A little bit of context (since the site isn't loading): http://webcache.googleusercontent.com/search?q=cache:kNzAPR9... EmacsWiki isn't loading either.
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#8I'd suggest putting up nginx as a reverse proxy to Apache. I had a situation sort of like this; under heavy load, Apache would have issues with semaphores that was hard to deal with. (Someone had handled the OOM-killing with a watchdog to respawn it.) For a large number of concurrent connections, nginx was much better, though that may have been due to the old MPM we were using - each connection tied up dozens of megs…
In the comment thread to another post of his on this issue, someone asked him why he didn't just use nginx, and he replied something along the lines of "because then I would need to learn nginx".
Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#9Re: Why EmacsWiki is slow (and a plea for Perl/mod_perl help)
#10Earlier quoted context omitted.
In the comment thread to another post of his on this issue, someone asked him why he didn't just use nginx, and he replied something along the lines of "because then I would need to learn nginx".
Argh. So what can we do? Walk them through it? Post resources on nginx?