I'd like to have a discussion on the possibility/difficulty on making libuv thread safe, what are the trade offs in terms of performance, etc.
I'm finding myself in a position where needing to sink with the main thread in order to init stuff like timers is very costly. As far as I can see from the *nix side the main issue is because of the way handles are placed in the queue. Though I'm not familiar with how it is handled on the win side. I'm willing to give it a go, but would like feedback before attempting such an endeavor. /trev -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
