Re: [systemd-devel] Dynamic .timer scheduling

2020-01-29 Thread Andrei Borzenkov
28.01.2020 21:46, Johannes Ernst пишет: > Is there a best practice for scheduling .timers based on what happened in a > previous run? > > Pseudocode: > > while( true ) : > delta = runService(); > sleep( delta ); > > I can think of … > > 1) run the job frequently, but skip the bulk of i

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Mantas Mikulėnas
On Wed, Jan 29, 2020 at 3:14 PM Tiwari, Hari Sahaya < hari-sahaya.tiw...@hpe.com> wrote: > Thanks for the response. > > > > Yes the server program need not bind and listen because systemd socket > will do that. > > > > On “Accept=True” parameter, here the requirement is that systemd should > accep

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Reindl Harald
Am 29.01.20 um 14:14 schrieb Tiwari, Hari Sahaya: > Yes the server program need not bind and listen because systemd socket > will do that. > > On “Accept=True” parameter, here the requirement is that systemd should > accept the connection and handover it to server. > > My query was on post the

Re: [systemd-devel] SSL_connect fails on systemd socket

2020-01-29 Thread Tiwari, Hari Sahaya
Thanks for the response. Yes the server program need not bind and listen because systemd socket will do that. On “Accept=True” parameter, here the requirement is that systemd should accept the connection and handover it to server. My query was on post the connection accept by systemd. Once the