- https://github.com/jordansissel/lumberjack at revision 2e2c8f4f
- Run 'make' from lumberjack
- run 'build/bin/lumberjack [some large log file]' - I used an old apache log with 2ish gigs of data.
- details on lumberjack protocol https://github.com/jordansissel/lumberjack#readme
Scenario:
- C program reading lines from a file pushing them out a custom protocol over the network.\
- Ruby program consuming that network protocol.