fundamentally, it relies on OS facilities to wake a process when certain events happen. Some of those facilities are designed, these days, to handle web servers dealing thousands of concurrent connections. so at some level, the answer is "sure, it is fine".
however, whether or not glib actually harnesses those facilities correctly to scale up in this way is a separate question, and i suspect that it probably does not (e.g. use of poll (2) rather than epoll or kevent or whatever a more scalable mechanism on a given platform is). but my assessment could be wrong, and i'm sure others will contribute ....On Mon, Apr 4, 2016 at 4:28 PM, Krzysztof <kj@xxxxxxxxxxxx> wrote:
Is it reasonable to have thousands of sources added to event loop? I mean efficiency of computing. I don't know how this factory of event consuming exactly works.
A population of artificial cells may be an example.
--
Regards
Krzysztof J.
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list