tornado
working on a real time application using django
I have been researching this for a day or two. I am working on a real time application (a chat and a video chat). I am using django/apache combination which I understand is not suitable for this (at l[详细]
2023-04-12 03:16 分类:问答Tornado translation facility and javascript
I am trying to make a bilingual website (English & Greek). I am using tornado and I put global function _() in my templates. The translation 开发者_C百科comes directly from a .csv. Everything is f[详细]
2023-04-11 20:27 分类:问答Running Tornado Documentation locally
I am using Faceb开发者_如何学JAVAook\'s Tornado Framework this week and I am sometimes in areas where the internet is spotty. Since the website is in the repo, how do I get it to run locally? Is it un[详细]
2023-04-11 06:52 分类:问答tornado realtime stream from twitter, uimodules & async db
I\'m working on my first tornado project and i have some questions : 1- apart of the project is collecting and categorizereal time hash-tags and tweets form different twitter users is and put them on[详细]
2023-04-10 10:14 分类:问答nginx + tornado for a cpu intensive server
I have a setup in which I use three instances of a tornado webserver(which does cpu intensive computation) and i have it listen on three ports. I use nginx to balance the load among the three ports.[详细]
2023-04-10 04:33 分类:问答Realtime Socket.IO scaling problem - python
I\'m trying to do something like the stream on Facebook, with socket.io 0.6 and tornadio. Each user has is own comet channel/group in his wall.[详细]
2023-04-08 13:56 分类:问答Exception handling in Python Tornado
I am trying to handle exception occurred in AsyncClient.fetch in this way: from tornado.httpclient import AsyncHTTPClient[详细]
2023-04-08 03:47 分类:问答importing modules in python
i am having some trouble in understanding how to distribute a tornado application into multiple files.i need to have one file which creates the application instance another file which handles login/lo[详细]
2023-04-07 07:19 分类:问答Socket.io handler using Gevent / Tornado & Flask
can anyone show me and example of how to handle a generic socket.io connection (depends on the client browser, could be websockets, or xhr-longp开发者_高级运维olling, etc..) using gevent and flask, or[详细]
2023-04-06 20:55 分类:问答problem running hello world with tornado web server (Python 2.5,Win 7)
I am using Python 2.5 on Windows 7 (64bit). I installed pycurl-7.15.5.1 (with win binaries) and tornado (using pip).[详细]
2023-04-06 16:55 分类:问答