svn commit: samba r20104 - in branches/SAMBA_4_0/source/lib/events: .

tridge at samba.org tridge at samba.org
Mon Dec 11 08:53:29 GMT 2006


Author: tridge
Date: 2006-12-11 08:53:29 +0000 (Mon, 11 Dec 2006)
New Revision: 20104

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20104

Log:

this is a alternative events backend, which uses a hybrid of aio and
epoll. It is not linked in anywhere yet - I'm committing it in case
anyone else wants to have a look at it.

The concept is quite strange really, but it seems to be the only way
that Linux 2.6.x can currently use a unified event model allowing for
AIO events and socket events to be waited for by a single unified
event wait function. You setup a epoll system, then setup a weird aio
event that points at the epoll system, then use io_getevents() to
actually do the waiting.

I'm hoping that kevents or a proper integration of epoll will allow us
to avoid ths rather hackish scheme, but meanwhile this is the only
path to proper AIO in Samba on Linux (without a horrible signals mess)

(NOTE: this code requires some kernel patches to work at the moment)

Added:
   branches/SAMBA_4_0/source/lib/events/events_aio.c


Changeset:
Sorry, the patch is too large (523 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20104


More information about the samba-cvs mailing list