Forum Discussion
Altera_Forum
Honored Contributor
19 years agoWhat is your io speed requirement?
Even if you have fast io device, the kernel will still waste time copying user's data to and from kernel space. You can use mmap() to reduce this overhead.