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
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
[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