Hi Kevin, I enjoyed your talk on Klein. The demo app was brilliant. It piqued my interest to play around with Klein.
About NewRelic support for Klein, you're right we don't have instrumentation for Async frameworks right out of the box. Although we have some experimental support for Twisted.web, that can be enabled with some secret settings in your .ini file. :) I'll be happy to talk to you about how to enable the instrumentation. We can try that out with Klein during the hack night. It was great to meet a lot of new pythonistas. Cheers! Amjith. On Tue, Sep 11, 2012 at 10:18 PM, Kevin Turner <[email protected]> wrote: > Hi pdxpython, > > I wanted to follow up with few notes about the presentation. One thing > I neglected to mention is that those who attended the meetup this > evening were the test audience for the new mustache; this was the first > time I've demo'd it outside the office. Please fill out the attached > facial hair feedback form. > > Here are the links that were on that last slide: > > Klein: https://github.com/twisted/klein > Twisted Web in 60 seconds: > http://twistedmatrix.com/documents/current/web/howto/web-in-60/ > The live demo: http://kleindemo.herokuapp.com > The code for it: https://github.com/keturn/kleindemo > > The protocol I was using for the updates is called "Server Sent Events", > with "EventSource" being the javascript client API for consuming that > protocol. As Chris mentioned, there are some useful things about it on > html5rocks.com. > > As I was working on the demo, I took a few notes of the things that > surprised me along the way: > https://github.com/keturn/kleindemo/blob/master/lessons.txt > > Another thing I forgot to mention is that, inspired by our sponsor this > month, I did attempt to get New Relic reporting with Klein, but it > didn't seem to work and from a quick skim of the documentation I didn't > see anything about how it's supposed to work if you're *not* using WSGI. > Maybe that's something we can figure out at the next hack night. > > Cheers, > > - Kevin > > > > -- > Facial hair questionnaire: > > Please rate, on a scale of -3 to 3, how you feel this presenter's facial > hair contributed to the following factors: > > A) Authoritativeness > B) Awesomeness > C) Approachability > -- > Kevin Turner > [email protected] > > _______________________________________________ > Portland mailing list > [email protected] > http://mail.python.org/mailman/listinfo/portland > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/portland/attachments/20120911/91891871/attachment.html> _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
