Skip to content

hongtium/lserv

Repository files navigation

lserv - Log Server using UDP

Using with client(Java or C++ etc.), it can be a distributed LogServer.

Log files are named by {LOGROOT}/{mod_name}/yyyyww.log (Every file per week under named moudle).

Each line starts with timestamp of receiving UDP package. So the limitation of log body is about 50kB, the same as ONE UDP package's max payload.

If linked the {mod_name} to a RamDisk directory, it became an effective memory-based MessageQueue! 

About

Log Server with UDP protocol (non blocking, non transational)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors