Hi guys,
Some time ago I write about some memory issues with
hook.io.
Although we get some help with this (many thanks) and we was able to
continue development we still expirience issues with CPU and memory
consumption and stability. With all the magic features
hook.io is too
heavy in our vision.
So, we build something very simple that replaces for us everything
that we used from
hook.io and published here:
https://github.com/sergeyksv/tinyhook
Code is trivial, it uses nssockets (thanks again), don't accept
callbacks in messages (data payload only), effectively dispatch
messages (no rpc call to check if process want some messages) and very
resourse savy.
This is not a replacement for
hook.io, this is a clue for some
specific projects as ours (many processes, millions messages a day).
WBR,
Sergey