tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: POSIX.1 semaphores vs message queues



On Sat, Nov 14, 2015 at 2:49 AM, Christos Zoulas <christos%astron.com@localhost> wrote:
> In article <CADbF7edDKDnzJfnPdsdJk+RcnBFwf8XxoMuvG+VP9fuPej80fw%mail.gmail.com@localhost>,
> Masao Uebayashi  <uebayasi%gmail.com@localhost> wrote:
>>
>>I have tried to explain the need of kctors, instead of hardcoded
>>sequence of xxx_init() functions in init_main.c:main(), generated by
>>dependency.
>
> We need both constructors to handle dependencies and event handlers
> to notify subsystems about modules being loaded and unloaded (so that
> they can be added and removed to the subsystems that need to know about
> them), like the FreeBSD eventhandler.h stuff.

Having something that fixes design problems of hook(9),
eventhandler(9), and kevent(9) would be nice.

(This is what is worth for people spending time and energy for "discussion". :)


Home | Main Index | Thread Index | Old Index