Github user anagav commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/109#issuecomment-148815587
@spmallette I have already added (first commit :) ) a variable in Settings
class which can be overwritten from the config file.
The setting looks like:
`
+ public boolean useEpollEventLoop = false;
`
So the decision to use epollevent loop would be `epollSettingEnabled &&
IS_OS_LINUX` .
Adding a profile based test sounds good to me. I will try to get it done
over weekend and hopefully should have something monday.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---