You Say Twister^Hd, I say Tornado, Web Servers in Python -- COhPy Meeting

Organiser
TechLife Columbus
Date
29-30 Mar 2010 (Add to calendar) GMT
Venue
(Exact location not available) , Columbus, US
Cost
Free

Meet fellow Pythonistas. Learn about the Python programming language. Share your experiences with Python and how it has helped you. Have fun! All are possible as a member of the Central Ohio Python User's Group.

Brian Costlow will be talking about "You say Twister^Hd, I say Tornado". He has built some small web applications at his work that have 'dashboard' style components. The page displaying the dashboard runs a timer loop in JavaScript that makes 'AJAX' queries to get updated data. When people leave this open, it's polling the app server every 30 seconds for updates. Each update is actually five separate GET calls, which result in 5 queries run etc.

Sometimes the underlying db can go hours without changes, and other times, it's updating/creating 100s of records a second. He wanted to rewrite the dashboards as 'Comet' apps, including replacing the server-side with an asynchronous event loop web server. He prototyped one of the dashboards with both a Twisted and Tornado back end. He will walk through both implementations, talk about the tradeoffs, and what their final decision was.

Pop and snacks will be provided by Intellovations. We also have a stack of O'Reilly provided Python books in our library that can be checked out.

See you there!

Learn more here:
http://www.meetup.com...

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth