On 09/05/16 21:53, denzil menezes wrote:
Hi,

Our requirement is to run node-js on QNX.
Is libuv the only dependency that is preventing node-js  to run on QNX?


I don't know if other libraries work with QNX, but libuv is at least of the dependencies which doesn't, AFAIK.

node-0-10 previously supported QNX.


Node 0.10 worked because libuv used libev underneath back then, which falls back to select or poll, but starting with Node 0.10 libuv no longer uses libev and we don't support select or poll.

What would be the scope for porting libuv to QNX 6.6? Can this be
implemented using select, poll or ionotify?


AFAIS QNX supports poll(2), I guess that would be the most straightforward approach.

I'm not sure we want to have such a backend, so how about you open an issue on GitHub so other collaborators can weigh in and see if such a change would be accepted?


Cheers,

--
Saúl Ibarra Corretgé
http://bettercallsaghul.com

--
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 https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to