Re: Module preloading on virtual hosts

2012-10-29 Thread Patryk Zera
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

Re: Module preloading on virtual hosts

2012-10-25 Thread Patryk Zera
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

Module preloading on virtual hosts

2012-10-25 Thread Patryk Zera
hat causes that situation? And, if possible, how can I make it work without changing code? thanks, Patryk Zera -- P.W.T.K. Atlas http://www.atlasnet.pl