Alexei, That's simple - if the have no _runtime_ kernel check and enable EpollSelectionProvider then we will fail with "unresolved symbol: epoll_*". More cleaner way will be to provide some runtime check and fail with some clean message describing lack of epoll facility in the running kernel.
AFAIU, both ways should not confuse the user since epoll is turned on manually. If we will implement automatic switching to the epoll, then we implement runtime check and fail gently. Thanks, Aleksey. On 10/12/07, Alexei Zakharov <[EMAIL PROTECTED]> wrote: > Another question is what we should do if somebody tries to use our > regular snapshot (that was built on 2.6+ kernel) on the machine with > older kernel.
