[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
Wed Aug 23 07:10:14 CEST 2017


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

--- Comment #66 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---

> but then we're also keeping all the data for all the
> different sites accessible in memory by the same process which could allow
> things to leak across if we're not careful (booo). 

That was exactly my point with Context. There should be no references to
*anything* external (db, cache etc handles) outside Context. Now because we are
still in this CGI frame of mind, we have all this horrible singletons. Once we
are able to instantiate contexts and keep them in app containers, and pass them
to request handlers we will be safe.

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


More information about the Koha-bugs mailing list