Benoit Chesneau
Benoit Chesneau
probably we shoudl handle the latest update of the specification.
The reason a .couchapprc is(was?) needed is the same as in git it allows us to make sure we won't go in an infinite loop accros folders. Indeed it's used...
is `http://example.com?foo=/` a valid URI though? I need to check.
No it is not possible at the moment. I would accept a patch for it :)
I agree this should be done carefully. Since you have the benchmarking test already done it owuld be easy to confirm imo. Another approach would be multiplexing the messages in...
About the eventloop approach, this can help: http://funcptr.net/2013/04/20/embedding-zeromq-in-the-libev-event-loop/ also I did similar stuff in python for libuv: https://github.com/benoitc/uzmq
i can probably add that. Did you already started the work on it?
@uwiger sorry I missed it ... I will later today thanks :)
@deadtrickster go ahead, pr will be welcome :)
@deadtrickster sorry was short on my answer :) IMO you can do like what i did in grapherl: https://github.com/benoitc/erlang-metrics/blob/master/src/metrics_grapherl.erl#L32-L34 doing what you do on counter , gauge and histogram is...