[Webkit-unassigned] [Bug 62777] [EFL][WK2] Add RunLoopEfl and WorkQueueEfl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 18:24:55 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=62777





--- Comment #58 from Raphael Kubo da Costa <rakuco at FreeBSD.org>  2012-03-27 18:24:54 PST ---
(In reply to comment #57)
> I don't know about select()'s fair share of scalability problems. Can you explain to me?
> In my patch, just two file descriptor is checked, So I think that there is no difference no matter what I use poll, select and epoll.
> (I checked this web page. http://daniel.haxx.se/docs/poll-vs-select.html)
> When I made this code, I saw Ecore Main Loop source as a reference.
> Ecore Main Loop are using select().

One of the links I had in mind when I mentioned selects()'s scalability problems was <http://www.kegel.com/c10k.html>.

Now that we've talked about this more in depth over IRC, I guess there isn't much more to say from my side. Informal rs+, as WebKit2 isn't one of the things I'm most involved with.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list