javascript Programming Glossary: libev
Nodejs Event Loop http://stackoverflow.com/questions/10680601/nodejs-event-loop there internally two event loops in nodejs architecture libev libuv v8 javascript event loop On an I O request does node queue.. in turn notifies the availability of data via events using libev and finally those events are handled by v8 event loop using.. handled by v8 event loop using callbacks Basically How are libev and libeio integrated in nodejs architecture Are there any documentation..
|