https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562
--- Comment #66 from Srdjan Jankovic <[email protected]> --- > 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
