[reSIProcate] resiprocate stack the performance using TCP or TLS?
Yuan, Frank
Frank.Yuan at stratus.com
Thu Mar 29 09:59:35 CDT 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070329/83c58971/attachment.htm>
More information about the resiprocate-devel
mailing list