On Sun, Dec 8, 2013 at 8:25 PM, Shawn Landden <[email protected]> wrote: > This one doesn't work. I have have a somewhat-working next patch, but > the way epoll_wait works it actually isn't > lazy at all, and would require EPOLLET to even do > one-spawn-per-connection (global connection), but we can't > do that with the current event loop. I ended up getting side-tracked > into adding mount-namespace to > lsof, cause i noticed that feature lacking while working on this.... > > Anyways, a new series will come, and I am working on it.
Why don't we just start with an eagerly spawned pool? We can always add lazy support later. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
