|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [Qemu-devel] [PATCH 01/13] Handle terminating signals.
Ian Jackson wrote:
Threading bugs in the implementation? In 2008? Practically all serious software is multithreaded nowadays. Also, I think messing about with Linux-specific syscalls and then emulating them is hardly a sensible way to carry on, when the alternative is portable and simple. This has merit; though signalfd() will be a lot faster than catching a signal and writing to a pipe. In particular, delivering a signal to userspace has to save the floating point context, while signalfd() avoids it. With the signals used to signal I/O completion, this matters. -- error compiling committee.c: too many arguments to function _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |