<div dir="ltr"><div>Tahoe-lafs looks interesting if one where locked to cloud storage.  I'm planning to deal with storage on the local level, where a simple copy-on-write style system is sufficient.  I don't anticipate needing the kind of security provided by Tahoe-lafs, so it seems like overkill to me.<br><br></div>As for HA-Proxy, that might be good for client requests to Zebra.  The real problem is handling writes to Zebra.  Using the queue table in the database would keep one copy up to date, but short of a copy-on-write system I have my doubts about being able to cluster Zebra.  Even with a shared file system I expect Zebra tries to lock it's files, which would mean more than one Zebra server on the same directory of the same file system probably wouldn't work.  ( I ran into that with Mysql in an earlier attempt at redundancy, and it corrupted many tables when both servers were access the same files at the same time. )<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 2:11 AM, SUZUKI Arthur <span dir="ltr"><<a href="mailto:arthur.suzuki@univ-lyon3.fr" target="_blank">arthur.suzuki@univ-lyon3.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
For Zebra and Web-server, this could be a good use case for HA-Proxy.<br>
<br>
Never used this myself but I have read some documentations about how it can be used to setup redundancy and/or load-balancing between servers for applications that doesn't support this feature out-of the box.<br>
<br>
For file storage distributed across multiple nodes there is this newcomer called Tahoe-LAFS :<br>
<br>
<a href="https://tahoe-lafs.org/trac/tahoe-lafs" rel="noreferrer" target="_blank">https://tahoe-lafs.org/trac/ta<wbr>hoe-lafs</a><br>
<br>
Hope this help your purpose.<br>
<br>
I have to say I've some interests into the question myself, don't hesitate to share your results!<br>
<br>
Regards,<br>
<br>
Arthur<span class="im HOEnZb"><br>
<br>
<br>
Le 07/11/2016 à 22:42, Galen Charlton a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On Mon, Nov 7, 2016 at 4:36 PM, Michael Hafen <<a href="mailto:michael.hafen@washk12.org" target="_blank">michael.hafen@washk12.org</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Has anyone tried access Zebra through a network socket instead of the unix<br>
one?  I was under the impression that that was possible.<br>
</blockquote>
It is, and it's as easy as changing the following lines in koha-conf.xml from:<br>
<br>
<listen id="biblioserver" >unix:/var/run/koha/SITE/bibli<wbr>osocket</listen><br>
<listen id="authorityserver" >unix:/var/run/koha/SITE/autho<wbr>ritysocket</listen><br>
<br>
to<br>
<br>
<listen id="biblioserver" >tcp:HOST_OR_IP:PORT</listen><br>
<listen id="authorityserver" >tcp:HOST_OR_IP:ANOTHER_PORT</<wbr>listen><br>
<br>
Of course, depending on how you arrange things, local tweaks to the<br>
indexer jobs would be required to ensure that all of the copies of the<br>
Zebra databases got updated.<br>
<br>
Regards,<br>
<br>
Galen<br>
</blockquote>
<br>
-- <br></span><span class="HOEnZb"><font color="#888888">
Arthur SUZUKI<br>
Service informatique des bibliothèques<br>
BIBLIOTHÈQUES UNIVERSITAIRES<br>
Université Jean Moulin Lyon 3<br>
6 Cours Albert Thomas - B.P. 8242 – 69355 Lyon Cedex 08<br>
ligne directe : <a href="tel:%2B33%20%280%294%2078%2078%2079%2016" value="+33478787916" target="_blank">+33 (0)4 78 78 79 16</a> | <a href="http://bu.univ-lyon3.fr" rel="noreferrer" target="_blank">http://bu.univ-lyon3.fr</a><br>
L'Université Jean Moulin est membre fondateur de l'Université de Lyon</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-communit<wbr>y.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.or<wbr>g/cgi-bin/mailman/listinfo/koh<wbr>a-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org<wbr>/</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>Michael Hafen<br></div>Washington County School District Technology Department<br></div>Systems Analyst<br><br></div></div></div></div>
</div>