On Thu, Dec 3, 2015 at 12:53 PM, Tim K <
tim....@gmail.com> wrote:
>
> Thanks Ian. At some point we would like to add event notifications from the
> kernel space to user space (when something interesting happens with the
> hardware, e.g. errors, plug/unplug, etc.) as opposed to the user space
> constantly polling for events. Any ideas what can be done with Go on the
> user space side to make an eventing mechanism work? I've done a bit of
> reading and I see at least epoll, SIGIO, netlink being mentioned. What would
> pair well with Go?
I don't really know what your options are. SIGIO would work OK, but
it's an overloaded mechanism. I don't anything about netlink. If the