168 | | # Encryption: EventMachine needs the capability to run SSL/TLS on any |
---|
169 | | # of its clients and servers. Coming soon. |
---|
170 | | # |
---|
171 | | # <tt>epoll(4):</tt> EventMachine currently is based on the <tt>select(2)</tt> |
---|
172 | | # system call in order to be compatible with the widest variety of platforms, |
---|
173 | | # but it would be interesting to re-base it on <tt>epoll(4).</tt> |
---|
174 | | # While requiring a Linux 2.6 kernel, this might possibly give much better |
---|
175 | | # performance and scalability. EventMachine's C++ antecedents already work |
---|
176 | | # with <tt>kqueue</tt> from the BSD world, but it's not yet clear that this |
---|
177 | | # is worth doing. Depends on how many people ask for it. |
---|
178 | | # |
---|