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

--- Comment #34 from David Cook <[email protected]> ---
(In reply to Thomas Klausner from comment #33)
> FYI, I have another approach nearly finished, where instead of creating a
> new daemon and using inotify we start the Plack app via plackup (instead of
> just usnig starman) and use the -R flag to reload when something changed.
> 
> This is the common way to do is in Plack apps, and does not need another
> service.

I use plackup (without -R) for a different Plack app of mine, and I find it
doesn't work very well. Maybe it's how I'm using it or some middleware I'm
using, but it tends to be slow and seems to hang on some requests until I send
another request. 

But it's worth a try.

> The patch will be ready tomorrow at the latest
> 
> (side note: Not sure if you want the patch in this ticket or in a new one?)

I think you could attach it here and just mark it as [Alternate]

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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