Skip to content

When the target process is specified with the PID, the communication should not involve general purpose locking or communication channels. It is better to have a direct synchronous communication model and mechanism. It can be the basis of a high-performance RPC library for Linux OS.

License

Notifications You must be signed in to change notification settings

sinainnet/lightweight-pid-IPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightweight-pid-IPC

When the target process is specified with the PID, the communication should not involved general purpose locking or communication channels. It is better to have a direct synchronous communication model and mechanism. It can be basis of a high performance RPC library for Linux OS.

Build and Install Module

make
insmod lpidipc.ko

Build Reader/Writer

gcc reader.c -o reader
gcc writer.c -o writer

About

When the target process is specified with the PID, the communication should not involve general purpose locking or communication channels. It is better to have a direct synchronous communication model and mechanism. It can be the basis of a high-performance RPC library for Linux OS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published