< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi, I find that the latest release of reciprocate still uses
select() instead of poll() or epoll(). Func select( ) works very well if the total socket
handles are less than 1024 and is fine for UDP, but is not scalable on TCP or
TLS. Func poll() or epoll does not have this problem. Does any one know the benchmark of reciprocate stack with
TCP or TLS? Should poll() or epoll() be implemented in the future
release and has an option to use either select(), poll() /epoll()? Regards, Frank Y. |