gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

udp access #3

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by dannyogen Monday Jan 02, 2012 at 16:08 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/20


can you add udp access so the connection is non-blocking?

bf4 commented 10 years ago

Comment by paulasmuth Tuesday Jan 03, 2012 at 10:00 GMT


Yes, I will add it to my todo list. As I unterstand it, only a few calls inside fnordmetric's Eventmachine::Connection will need to be changed in order to make udp work :)

bf4 commented 10 years ago

Comment by timocratic Friday Jan 06, 2012 at 19:50 GMT


Oooh, yay, I'd love to see this, in fact it's just about a prereq to use. I started digging into EM's UDP support, but didn't have time to try implementing anything. It does look like EM should make this much easier to add than otherwise.

bf4 commented 10 years ago

Comment by knewter Monday Feb 13, 2012 at 15:50 GMT


I'm looking at it right now, because I'm interested in using this pretty broadly and UDP is a requirement for me. Initially looked at using statsd and adding fnord support, but seems like more work than is necessary now that I see this issue...

bf4 commented 10 years ago

Comment by knewter Monday Feb 13, 2012 at 16:18 GMT


I've opened a pull request related to this here: https://github.com/paulasmuth/fnordmetric/pull/59

bf4 commented 10 years ago

Comment by rjackson Wednesday Feb 13, 2013 at 03:17 GMT


Looks like this issue can be closed. UDP support has existed for quite some time...