http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170 --- Comment #12 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #11)
Hello Does someone still work on this bug? XML::Simple is still used by a lot of files.
I was actually thinking about working on this on my flight home tomorrow, actually. It depends how tired I am. In order to stay awake on flights I work on projects like this, that do not require any outside input.
Any change that could improve performances would be a good thing! (And yes, I know Plack and Memcached ;-) )
Plack is not ready for production in my opinion, so I wasn't going to suggest it. Memcached is good, but not a silver bullet. For this, an mmap'd cache might be useful. I will experiment if I work on the problem.
Using Yaml instead of XML in some cases (particulary for Koha-conf) would also be a GREAT thing ( some libraries don't want to use Memcached).
If we can get drastically better performance using a different XML parser I think I might prefer that to switching to YAML, even if the other parser requires some massaging of the output data structure. -- You are receiving this mail because: You are watching all bug changes.