Tagged Questions

5
votes
5answers
125 views

Is there a better way to serve the results of an expensive, blocking python process over HTTP?

We have a web service which serves small, arbitrary segments of a fixed inventory of larger MP3 files. The MP3 files are generated on-the-fly by a python application. The model is, make a GET request …
1
vote
2answers
27 views

Tornado Web Framework Mysql connection handling

I have recently been exploring the Tornado web framework to serve a lot of consistent connections by lots of different clients. I have a request handler that basically takes an RSA encrypted string …
1
vote
4answers
80 views

Does anyone know of a asynchronous mysql lib for python?

I've been looking into non-blocking servers for python (tornado, twisted etc) but a lot of the benefits seems to be lost if there's no non-blocking connection to the database. Does anyone know if …
2
votes
2answers
34 views

jquery-Ajax call on tornado handlers waits for pervious ajax call to return

Hey All. I recently started testing TornadoWeb for a home-project, which uses jquery getJSON function to call my tornado handlers. And found something strange, which i seek an explanation for. I …
1
vote
1answer
52 views

Tornado Web & Persistent Connections

How can I write Http server in TornadoWeb that will support persistent Connections. I mean will be able to receive many requests and answer to them without closing connection. How does it actually …
0
votes
2answers
127 views

Tornado and Python 3.x

I really like Tornado and I would like to use it with Python 3, though it is written for Python versions 2.5 and 2.6. Unfortunately it seems like the project's source doesn't come with a test suite. …
0
votes
1answer
53 views

How to integrate Disqus to Facebook Connect-enabled site (python Tornado app)

I succesfully use Facebook auth for my Tornado-based site using FacebookMixin. I also have Facebook Connect auth enabled for my Disqus, which placed in page using javascript widget. When user already …
0
votes
1answer
59 views

How to get Tornado Server up and running on Snow Leopard

I'm fairly new to mac os x. Right out of the box, what are the steps to getting Tornado Server up and running? For extra points (again, out of the box), steps to getting lighttpd and tornado working …
0
votes
2answers
174 views

REMOTE_ADDR not getting sent to Django using nginx & tornado

Hey guys, So I got a simple setup with nginx for static media and load balancing and tornado as webserver for django (4 servers running). My problem is remote_addr not getting passed on to django so …
0
votes
1answer
99 views

Python Tornado Web - AttributeError: ‘Connection’ object has no attribute ‘_execute’

Hi, I'm experiencing a strange behaviour working with the latest branch of tornadoweb when I deploy my app on my production server. I tested several times the code and it is fully working when I …
2
votes
5answers
120 views

HTTP As Communication Layer for a Game

I've just started dabbling in some game development and wanted to create a simple multiplayer game. Is it feasible to use HTTP as the primary communication protocol for a multiplayer Game. My game …
7
votes
3answers
410 views

The latest recommendation for Comet in Python?

I'm going to be implementing Comet in Python (even though I hear good things about erlycomet I'm not thrilled about supporting an Erlang-based web server in addition to everything else in our back …
1
vote
2answers
145 views

How to run multiple Tornado processes/threads/frontends?

In the tornado documentation they show how they can have a very large through-put from 4 frontends. I'd like to run an app in the same way, and would like to have the frontends running as daemon …
0
votes
1answer
112 views

PyAMF backend choices!

I've been using PyAMF to write a backend for a flex app that will request different groups of hundreds of different images depending on what the client needs. I have been using the "simple_server" …
0
votes
3answers
102 views

How Can I Start Multiple Tornado Server Intances In Multiple Ports

I need to start the blog demo in the following ports: 127.0.0.1:8000 127.0.0.1:8001 127.0.0.1:8002 127.0.0.1:8003 When I run the application using: ./demos/blog/blog.py it starts in port 8888 as …

1 2 next
15 30 50 per page