Hey guys! I was lurking around on linux and found an article about creation filesystem creation which ultimately led to the discovery that linux has aio_read and aio_write which are asynchronous versions for write and read for files. Here is the entire man page http://man7.org/linux/man-pages/man7/aio.7.html
There seems to be also http://man7.org/linux/man-pages/man2/io_submit.2.html Further interesting links talking about this: http://stackoverflow.com/questions/20973754/linux-aio-poor-scaling , https://code.google.com/p/kernel/wiki/AIOUserGuide . Is there a reason why this is not being used in libuv? -- 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.
