Hemant Kumar

Results 47 issues of Hemant Kumar

http://www.riskcompletefailure.com/2012/09/tls-and-zeromq.html

We should implement a way to write current heap dump to a file when process receives a special SIGNAL. Such a thing can slow down the ruby process (not altogether...

low-priority

We need to implement fine grained control for enabling and disabling various traces. for example: 1. User should be able to enable or disable object traces any time during profiling....

high-priority

RBKit should by default listen to named pipes, such as `/tmp/rbkit-`. This will enable rbkit to run in multi process environment.

low-priority

Hello, One of the things which I am thinking is, we have bunch of static variables which are obviously not threadsafe in face of real parallelism, but we just have...

low-priority

I think, it will be quite essential to have a plugin architecture of RBKit which can be used to send and register random instrumentation via RBKit. Such as ActiveRecord query...

low-priority

Currently we are sending events that are created as a result of object creation and destruction in realtime (well almost). This causes lot of noise in the communication channel and...

We are getting warnings from github pages about using unsupported markdown processor. Apparently we need to switch from redcarpet to krampdown.

good first issue

This is a rough idea and will need some thinking before implementing.