Re: AW: Embperl and threaded mpm?

2017-06-26 Thread Neil Gunton
Ruben Safir wrote: On 06/26/2017 07:51 PM, Neil Gunton wrote: [email protected] wrote: Hi Neil, Embperl is not working with threaded mpm. Preloading all your perl code saves a lot of memory due to code sharing. The main issue is, that you have to make sure, not to open any file or database con

Re: AW: Embperl and threaded mpm?

2017-06-26 Thread Ruben Safir
On 06/26/2017 07:51 PM, Neil Gunton wrote: > [email protected] wrote: >> Hi Neil, >> >> Embperl is not working with threaded mpm. >> >> Preloading all your perl code saves a lot of memory due to code sharing. >> >> The main issue is, that you have to make sure, not to open any file or >> database con

Re: AW: Embperl and threaded mpm?

2017-06-26 Thread Neil Gunton
[email protected] wrote: Hi Neil, Embperl is not working with threaded mpm. Preloading all your perl code saves a lot of memory due to code sharing. The main issue is, that you have to make sure, not to open any file or database connection or similar in the preload code, because that will be sh