1.2. Cascading of Event Processing Implementations

The other interesting feature is to be able to switch or cascade event monitoring at runtime when some third party library enforcing different main loop implementation is dynamically loaded. This goal has been achieved by uLevPoll as well. Next complex scenarios works now

The events can be inserted by GLIB based applications as glib event sources, by uLUt based applications as ul_evpoll events into uLevPoll wrapper or over original sysvpoll or lnxepoll event bases and all runs concurrently without noticing real bottom base in use. The Linus epoll cascaded over GLIB base can corrects GLIB ill behavior for C10K problem for these events, which are registered over uLevPoll API as ul_evptrig_t into epoll based ul_evpbase_t.