<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 18632 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 186, Issue 1<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Optimizing Starman startup (Victor Grousset/tuxayo)<br>   2. Why is config ($KOHA_CONF) stored in memcached ? (Julian Maurice)<br>   3. Koha Community Newsletter: April 2021 (Koha Newsletter)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 30 Apr 2021 17:36:17 +0200<br>From: Victor Grousset/tuxayo <victor@tuxayo.net><br>To: dcook@prosentient.com.au, 'Koha Devel'<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Optimizing Starman startup<br>Message-ID: <c27befe6-eef1-0491-f200-7f4783994003@tuxayo.net><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>Great results! Thanks for pushing this :)<br><br>On 21-04-29 02:00, dcook@prosentient.com.au wrote:<br>> As I mentioned before, we probably won't be able to skip the validation for years, unless we roll our own Mojolicious::Plugin::OpenAPI...<br><br>Or install via CPAN for instances that are facing the issue?<br><br>Cheers,<br><br>-- <br>Victor Grousset/tuxayo<br><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 30 Apr 2021 19:19:07 +0200<br>From: Julian Maurice <julian.maurice@biblibre.com><br>To: koha-devel <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Why is config ($KOHA_CONF) stored in memcached ?<br>Message-ID: <2c158374-dc30-2bc6-09fa-1ffd91aedd47@biblibre.com><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>Hi all,<br><br>Maybe it's a dumb question, but I don't understand why the config is <br>stored in memcached as:<br>- memcached server address is in this config, so we need to read <br>$KOHA_CONF file first in order to connect to memcached server<br>- config is kept in memory forever ($C4::Context::context), so we <br>shouldn't need the cache once starman has started.<br><br>If you add a warning in Koha::Config::read_from_file, you'll see that <br>the file is read 3 times per worker, even when the config already exist <br>in cache (it's read 4 times when the cache is empty).<br>It's read each time we call Koha::Cache->new (+ in C4::Context->new if <br>the cache is empty)<br><br>Shouldn't we read the file only in C4::Context->new (without using <br>cache), and make Koha::Cache use C4::Context->config instead ?<br><br>-- <br>Julian Maurice<br>BibLibre<br><br><br>------------------------------<br><br>Message: 3<br>Date: Sat, 1 May 2021 00:25:44 +0200<br>From: Koha Newsletter <kohanews@gmail.com><br>To: koha <koha@lists.katipo.co.nz>,  koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Koha Community Newsletter: April 2021<br>Message-ID:<br>    <CAEqgz_kM3A=shLmWV9qbwpEbqQDpZK+F6Y3mbPNX4mygzFXZ2w@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>The Koha Community Newsletter for April 2021 is here:<br>* https://koha-community.org/koha-community-newsletter-april-2021/<br><br>Many thanks to everyone who submitted articles and news to last month's<br>newsletter!<br><br>Please feel free to email me with any corrections or suggestions.<br>--<br>Michael Kuhn<br>Editor, Koha Community Newsletter<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210501/ac279fc4/attachment-0001.htm><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 186, Issue 1<br>******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>