I will try to force using JSON::PP and see if this changes something.
After adding line
BEGIN { $ENV{PERL_JSON_BACKEND} = 'JSON::PP' }
to both startup scripts backend changes to JSON::PP and on both virtual
hosts JSON::true is encoded to true. But I've found some info that XS is
way fast
> On 25 October 2012 16:26, Randolf Richardson wrote:
> >> Hello,
> >>
> >> I've problem with preloading JSON module on apache virtual hosts. I've
> >> asked about that on #perl-help and #modperl IRC channels and i was advised
> >> to ask my question here. I've described my setup with config files
On 25 October 2012 16:26, Randolf Richardson wrote:
>> Hello,
>>
>> I've problem with preloading JSON module on apache virtual hosts. I've
>> asked about that on #perl-help and #modperl IRC channels and i was advised
>> to ask my question here. I've described my setup with config files:
>> http://
> Hello,
>
> I've problem with preloading JSON module on apache virtual hosts. I've
> asked about that on #perl-help and #modperl IRC channels and i was advised
> to ask my question here. I've described my setup with config files:
> http://sanchez.wasilkow.pl/json-problem.html - what causes
Hi Mike,
Please check the module documentation:
https://www.metacpan.org/module/JSON#BACKEND-MODULE-DECISION
Does this help? Do you have different backend modules in the different
situations?
On both sites backend module is JSON::XS (i've updated problem
description: http://sanchez.wasilko
Hi Patryk,
On Thu, Oct 25, 2012 at 1:37 PM, Patryk Zera wrote:
> I've problem with preloading JSON module on apache virtual hosts. I've asked
> about that on #perl-help and #modperl IRC channels and i was advised to ask
> my question here. I've described my setup with config files:
> http://sanch
Hello,
I've problem with preloading JSON module on apache virtual hosts. I've
asked about that on #perl-help and #modperl IRC channels and i was advised
to ask my question here. I've described my setup with config files:
http://sanchez.wasilkow.pl/json-problem.html - what causes that situat