If you tried it, you would understand. Ruby programs make a _LOT_ of method calls.
Unfortunately the firehose doesn't work too well on OSX, because the unix message queue API I'm using (msgget(2)) is capped in the kernel to 2048 bytes and 40 messages per queue.
12 comments
[ 2.3 ms ] story [ 13.2 ms ] threadUnfortunately the firehose doesn't work too well on OSX, because the unix message queue API I'm using (msgget(2)) is capped in the kernel to 2048 bytes and 40 messages per queue.
I am aware of this: http://docs.python.org/devguide/gdb.html only.
python offers a very similar event hook api: http://www.doughellmann.com/PyMOTW/sys/tracing.html
I used Python for 6 years and had no idea about sys.settrace()