Cache refresh each 50 queries?

2016-10-04 Thread SUZUKI Arthur
Re-posted with a suitable title (thank you André Warnier) Regards, Arthur Suzuki On 03.10.2016 16:57, SUZUKI Arthur wrote: Hello List, I'm sending this message to know if there are some hints/tips to help with the problem we're facing. The problem is that for a same query repeated over time,

Re: Cache refresh each 50 queries?

2016-10-04 Thread André Warnier
Hi. On 04.10.2016 10:17, SUZUKI Arthur wrote: [...] On 03.10.2016 16:57, SUZUKI Arthur wrote: Hello List, I'm sending this message to know if there are some hints/tips to help with the problem we're facing. The problem is that for a same query repeated over time, reply time can be as short a

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread daniel.axtell
On Mon, 10/3/16, Vincent Veyron wrote: Now all I need to do to get up and running is : apt install apache2-mpm-prefork libapache2-request-perl libapache2-mod-perl2 libapache2-mod-apreq2 apache2.2-common and from then on : apt upgrade

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread Dominic Hargreaves
On Tue, Oct 04, 2016 at 12:40:14PM +, daniel.axtell wrote: > > On Mon, 10/3/16, Vincent Veyron wrote: > Now all I need to do to get up and running is > : > > apt install > apache2-mpm-prefork libapache2-request-perl > libapache2-mod-perl2 li

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread Vincent Veyron
On Tue, 4 Oct 2016 12:40:14 + (UTC) " daniel.axtell" wrote: > > > On Mon, 10/3/16, Vincent Veyron wrote: > Now all I need to do to get up and running is > : > > apt install > apache2-mpm-prefork libapache2-request-perl > libapache2-mod-per

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread John Dunlap
That's exactly what I do as well. Debian on both the server and on the development machine. On Tue, Oct 4, 2016 at 12:52 PM, Vincent Veyron wrote: > On Tue, 4 Oct 2016 12:40:14 + (UTC) > " daniel.axtell" wrote: > > > > > > > On Mon, 10/3/16, Vinc

RE: Cache refresh each 50 queries?

2016-10-04 Thread David Cook
Sounds like André is on the right track. I've certainly run into a similar issue (with a non-Koha app). However, because I was using the Catalyst framework, I was able to just preload the entire app, so that the Perl modules were loaded into the Apache master process before forking, and that did t