Re: [PATCH] Support systemd socket activation mechanism
- From: Dan Winship <danw gnome org>
- To: Joseph Artsimovich <joseph artsimovich youview com>
- Cc: libsoup-list gnome org
- Subject: Re: [PATCH] Support systemd socket activation mechanism
- Date: Thu, 22 Aug 2013 16:40:52 -0400
On 08/22/2013 12:00 PM, Joseph Artsimovich wrote:
Hi,
I implemented systemd socket activation mechanism for libsoup.
The idea behind systemd socket activation is to launch a server
on demand, when a client connects to it. Unlike with inetd, it
doesn't mean a separate instance of a server is launched for each
client connection. Instead, systemd passes a listening socket
to the server process.
The patch is attached. Please review.
I think the idea is fine, but it would be better to just make it
possible to create a SoupServer by passing in a socket fd, and then all
the systemd-specific stuff can happen outside of libsoup.
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]