1)Is Netty's zero-copy work on windows 7?
2)Does anyone have examples of Netty's zero-copy usage for client-server?
3) I have also found an example of zero-copy using FileChannel, what's the defference between netty realization and java.nio.channels.FileChannel realization?