mayank rana wrote: > Hi, > > I am working on client server application. > I want to know how to implement zero copy from socket point of view. > Like for example when we received something on socket, how is the zero > copy concept implemented here? I am not able to understand how we can > use that chunk of data from socket into my application without making a > copy of it. use MMAP. > > Thanks. > > Regards, > _-_Mayank Rana_-_ > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/