RE: Adding epoll support to Kannel
"Porter, Kelvin R." <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <ba6c9b7b20eb4a2097e4cbcd652b7b40@oma00cexmb11.corp.westworlds.com> |
Hi, Epoll generally adds a lot of complexity. Generally, using epoll implies thread-pooling, use of semaphores, etc. Is this consideration being driven by profiling indicating that the processes are somehow being thread-bound? Or some other consideration? Regards, Kelvin R. Porter -----Original Message----- From: devel [mailto:[email protected]] On Behalf Of Donald Jackson Sent: Friday, November 14, 2014 3:21 PM To: kannel_dev_mailinglist Subject: Adding epoll support to Kannel Hi all, Do any of you have any comments or concerns about potentially adding epoll support to Kannel ? I think long term this could be used for better connection management rather than the 'connection per thread' approach we currently make use of (mostly). Cheers, Donald