Re: [cups-devel] Life time of CUPS subscriptions
Till Kamppeter <[email protected]>
| Newsgroups | gmane.comp.printing.cups.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/10/2016 07:20 PM, Michael Sweet wrote: > Till, > >> On Jan 9, 2016, at 8:03 PM, Till Kamppeter <[email protected]> wrote: >> >> Hi, >> >> I am working on a CUPS environment on mobile devices where the CUPS daemon is running on-demand, meaning that it is started by socket activation and stops after a certain time (30 or 60 seconds) of inactivity. >> >> In the current CUPS, the scheduler is prevented from automatically shutting down if there are subscriptions from any applications. > > Please file a bug - we should not be doing this for push notifications (e.g. dbus and rss as shipped in CUPS). For pull (ippget) notifications we will want to keep running since the client doing the pull will cause cupsd to restart... :/ > https://www.cups.org/str.php?L4754 Till