[Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 15 01:48:59 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562

--- Comment #13 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
(In reply to Frédéric Demians from comment #12)
> What about $use_syspref_cache variable and disable_syspref_cache() method?
> Shouldn't it be removed?

I have no idea.  disable_syspref_cache() is used in some places that do not
affect this patch, ie stand-alone scripts and tests, and I'm reluctant to
remove it. Although I agree that the whole disable_syspref_cache() thing does
not sound right and it should have been done different way.

> What is your test environment?

Two complete OPAC + intranet sites, running under starman. We are trying to
break it.

> Do you use debian/templates/plack.psgi?

No. It is suited for single site plack app servers. What we wanted here is to
serve multiple sites with only one app server thus sharing the code.
I cannot see debian/templates/plack.psgi being used at all. Did I miss
anything?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list