[Bug 15562] Make Koha more suitable for shared hosting with plack
23 Aug
2017
23 Aug
'17
6:10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #66 from Srdjan Jankovic <srdjan@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.
3250
Age (days ago)
3250
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org