in reply to Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

the code needed to be high performance therefore we used nfreeze/thaw rather than XML or similar

FYI, in my tests, JSON::XS is faster not slower.

- tye        

  • Comment on Re: Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data (json)

Replies are listed 'Best First'.
Re^2: Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data (json)
by amasidlover (Sexton) on Apr 03, 2016 at 13:03 UTC
    That's useful to know; I'll do some testing and see if that's the case for our usage.