Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Internet
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1623  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Python web server and tools from FriendFeed
 

Officially supported Python versions 
  The README file looks out of date. Which versions of Python are officially supported at this point? I think it's 2.5, 2.6, 2.7, and 3.2, which the README should be updated to reflect. Are we planning on 3.3 support when it's finalized in August, and can we definitively say we'll never support 3.0 or 3.1?... more »
By Alek Storm  - 7:38pm - 3 new of 3 messages    

Facebook Canvas App - Circular Login Redirect 
  Hey Tornado team - I'm using the Tornado based Social Cookbook<[link]>template to create a Facebook App, but I'm having a problem with Canvas support which does a POST instead of a GET. The example doesn't include how to handle this. Based on reading and looking at the Run With Friends<[link]>example, I'm able to get the signed request, read the data (user id,... more »
By Jeff G  - 2:59pm - 1 new of 1 message    

Announcing branch with SPDY support 
  I've created a branch ([link]) that implements SPDYv2 support. If you're not excited about SPDY yet, I recommend reading Google's whitepaper ( [link]) and the specification ( [link]). To my... more »
By Alek Storm  - 4:04am - 1 new of 1 message    

Announcing Tornado 2.3 
  We are pleased to announce the release of Tornado 2.3, available from [link] Release notes: [link] Many thanks to everyone who contributed patches, bug reports, and feedback that went into... more »
By Ben Darnell  - Jun 1 - 12 new of 12 messages    

redirect after POST problem 
  Hi, in one of my RequestHandlers I want to do a redirect after POST. class CategoryHandler(tornado.web.Re questHandler): def post(self, *args, **kwargs): # some logic here left out self.redirect("/admin/", permanent=True) Currently Iam running this code from a AsyncHTTPTestCase. The redirect is... more »
By Reikje  - May 31 - 2 new of 2 messages    

is this ab test for nginx and tornado normal ? 
  server : 16cores CPU + 16GB mem Dell server I also want to know : *how to deploy Tornado with nginx as the load balance server*, thanks *Nginx (the default welcome page):* [root@report ~]# ab -c 1000 -n 10000 report:8247/ This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0... more »
By panfei  - May 31 - 5 new of 5 messages    

thread safe dict manipulation 
  Hello together, i have a dict that holds all channels for my chat application. If a user joins a channel, i check if this channel exists in my dict, if not => create. [...] channels = dict() def join_user(request, channel) if channel not in self.channels: self.channels[channel] = set() self.channels[channel].add(req uest)... more »
By Bernhard  - May 29 - 10 new of 10 messages    

How to create a global variable loaded every N minutes from a redis call 
  Hi, Every e.g. 10 minutes, I would like to load a dictionary from a redis call that is accessible to all other loop iterations for the next 10 minutes ...on and on. class MyHandler(tornado.web.RequestH andler): @tornado.web.asynchronous @tornado.gen.engine def get(self): if min = 10:... more »
By David Montgomery  - May 28 - 8 new of 8 messages    

Tornado 2.3 release candidate 
  It's been a while since our last release, so I'm getting ready to ship Tornado 2.3. There aren't a lot of major new features in this release; it's mainly just a few months' worth of accumulated bug fixes. The release notes are at [link] If you want to check it out, just pull the master branch from github.... more »
By Ben Darnell  - May 28 - 2 new of 2 messages    

Getting the payload of a protocol buffer post 
  Hi, I have protocola buffers send as a post. How to I get the payload so I can parse? payload = ?????? mypb = mypb_pb2.BufferTestt() mypb.ParseFromString(payload) Thanks
By David Montgomery  - May 25 - 2 new of 2 messages    

1 - 10 of 1623   « Newer | Older »

XML       Send email to this group: python-tornado@googlegroups.com