Matt Walker
Member since Jan 20, 2014
- Profile: /members/11571-matt-walker.htm
- URL: https://github.com/MWers
- Comments: 3
Recent Blog Comments By Matt Walker
-
StatsDGateway.cfc - A ColdFusion Module For Communicating With StatsD Servers
Posted on Jun 17, 2015 at 8:26 PM
Thanks for the shout-out, Ben! Glad cfstatsd served you well. StatsDGateway.cfc looks good.... read more »
-
Using Hosted Graphite With ColdFusion And GraphiteD
Posted on Feb 7, 2014 at 7:53 PM
Excellent! I'll take a look at your library when I get a sec. As mentioned on the UDP thread, I created a simple StatsD client for CF that we've been using in production for a couple years: https://github.com/MWers/cfstatsd It's worked quite well for us but it has a major downside: It doesn't bu... read more »
-
Sending And Receiving UDP (User Datagram Protocol) Messages With ColdFusion
Posted on Jan 20, 2014 at 4:02 PM
Nice post! A really useful application for UDP is in sending statistical data, especially when you're sending so much that it doesn't affect things if you drop a few packets here and there. We use StatsD for passing metrics to Graphite and the simple CF client I created for it uses UDP: https://gi... read more »