Hi, I've these callbacks in my server code that runs on Windows:
*on_read:* after reading from socket *after_worker_thread: *after worker thread ends *on_keystroke:* after user hits keystroke However, sometimes event loop continuously keep invoking on_read only and no other callbacks will be invoked for long time (e.g. even if user presses keys or worker thread has ended long time back etc.) This delays critical tasks and results in bad performance, resource consumption etc. Is there any way to address this situation? (e.g. Setting order/priority to callbacks etc.?) Tnx, Ashish -- 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/groups/opt_out.
