[Koha-bugs] [Bug 31729] Enable automatic filesystem refresh in Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 18 01:51:50 CEST 2023


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

--- Comment #34 from David Cook <dcook at prosentient.com.au> ---
(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.


More information about the Koha-bugs mailing list