Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
  2. Dec 17, 2020
  3. Dec 06, 2020
  4. Dec 05, 2020
  5. Dec 03, 2020
  6. Dec 02, 2020
  7. Dec 15, 2020
  8. Dec 14, 2020
  9. Dec 13, 2020
  10. Dec 06, 2020
  11. Dec 14, 2020
  12. Dec 06, 2020
    • Georges Racinet's avatar
      server: handling SIGTERM, propagating to worker processes · 5a14152b
      Georges Racinet authored
      While it sounds like a good idea to to register the handler even
      before the workers started, this actually has them inheriting
      it and mask the one installed by Mercurial. So currently,
      we theoretically still have a race: if the main process gets
      a SIGTERM before registration, there could already be some
      workers, to which it wouldn't be propagated.
      5a14152b
    • Georges Racinet's avatar
      Server: avoid useless workers if only Unix Domain sockets · 609a4238
      Georges Racinet authored
      Reminder: we can't yet do multiprocessing for Unix Domain sockets.
      The startup code had already only the first worker listen to them.
      But it's fairly common that there are no addition tcp URLs to bind
      to, and in that case it's useless (and perhaps even a source of
      trouble) to start more workers.
      609a4238
  13. Dec 08, 2020
  14. Dec 06, 2020
  15. Dec 04, 2020
  16. Dec 03, 2020
  17. Nov 26, 2020
  18. Nov 25, 2020
  19. Nov 22, 2020
  20. Nov 20, 2020
Loading