Skip to content

wjsl/zero-copy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zero Copy Send in the JVM

This is a small example project that demonstrates how a client can send some data on disk to a socket while avoiding the kernel copying the data into user space. See this wikipedia article for more info.

To run the eaxmple, execute:

mvn compile exec:java -Dexec.mainClass=billslacum.ZeroCopy

It should print out some lorem-ipsum goodness and then exit.

About

An example of performing zero copy sends w/ the JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages