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

--- Comment #35 from Kyle M Hall <k...@bywatersolutions.com> ---
(In reply to Marcel de Rooy from comment #34)
> I think we should not use the cache here. We will just dump too much in
> memory.
> Should we change lastseen to a date and check if NOW> lastseen ? This would
> skip a lot of writes ?

I actually think a hybrid of your first and second suggestions is the best
solution. We should use cache *and* test a date! Why do you think we will use
too much memory? Let's assume we have 1000 simultaneous users. That's still a
minuscule amount of memory compared to caching the marc frameworks, for
example.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to