Merhaba arkadaslar,Yurt disinda staj ayarladim ve suan stajimi gerceklestirmeye calisiyorum. Ama buyuk bir surpriz sonucu hic alakam olmayan bir konu olan Operating Systems uzerinde bir projem var ve bunu oyle ya da boyle yapmak istiyorum. Proje LINUX uzerinde gerceklesecek. Projemin ne oldugunu bile tam anlamiyla anlayamadim. Bilen arkadaslar yardimci olursa? Projeyi ingilizce olarak sizlere direk yolluyorum birseyler anladim ama orjinalinden daha iyi anlayacaginizi dusundum. beni yonlendirebilirseniz sevinirim.Comparison of high-performance user-space networking APIs- Detailed programme of the traineeship period:The student will perform an analysis and comparison of some modernuser-space networking APIs, with focus on the Linux kernel. Someexamples of the mechanisms to be analysed are: - RAW sockets with mmap() - PFQ: http://pfq.github.io/PFQ/ - netmap: http://info.iet.unipi.it/~luigi/netmap/ - PF_RING: http://www.ntop.org/products/pf_ring/All these APIs are based on similar ideas: mapping a packet ring bufferin user space, where applications can easily copy packets withoutincurring in the overhead caused by system calls and user space /kernel space switches.The goal of this analysis is to highlight the similitudes anddifferences between the various approaches.