On gio, 2014-04-10 at 07:34 +0300, Jussi Laako wrote: > On 9.4.2014 19:34, Schaufler, Casey wrote: > > Do we have services that are asynchronous, but not multithreaded? > > I'm not sure if I understood this question correctly... Lot of things > based on glib, like gsignond?
Agreed. There is also a major implementation of this kind of "select" programming: node.js Here all is asynchronous but there is no thread. The key is to use the system functions "poll" or "select". Best regards José _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
