tornado
Is it possible to send a message to all active WebSocket connections? Using either node.js or python tornado websockets
I\'m experimenting with building a websocket\'s based application. I am wondering whether it\'s possible to send a message to all active connections as they are persistant.[详细]
2023-03-18 01:10 分类:问答Tornado non-blocking SMTP client
I\'am looking for python async SMTP client to connect it with Torando IoLoop. I found only simp开发者_开发技巧le implmementation (http://tornadogists.org/907491/) but it\'s a blocking solution so it m[详细]
2023-03-17 11:00 分类:问答Tornado: Make Blocking HTTP Request in Async Handler
I\'m trying to write an app in Tornado that, upon receiving a POST request containing a category, will call a function that will make (blocking) HTTP requests to a list of RSS feeds (held in a CouchDB[详细]
2023-03-16 05:14 分类:问答User authentication in tornado based on other php site
I wrote my own long-pollig Tornado/AJAX chat with rooms , whisper messages and other cool stuff . Till now as user authentication for just test purposes i\'ve been using cookies . So u had to just ent[详细]
2023-03-16 00:06 分类:问答Recommend a good DAL for a Python/Tornado app [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-15 17:39 分类:问答Multiple Database calls in an asynchronous request with Tornado
I am currently using Tornado and asyncmongo to create a website that accesses a mongodb. Everything is working great except when I need to make multiple requests to mongodb within in a single request[详细]
2023-03-15 13:30 分类:问答Tornado websockets: share open web sockets between processes
I have tornado application, that serves websockets connections, and Django app. I want to share open websockets between Django and Tornado (i.e. write to sockets开发者_StackOverflow from Django applic[详细]
2023-03-15 11:50 分类:问答Getting failed requests with apache benchmark on a load balanced Tornado site but none logged
Perhaps this is a question about ab rather than about Tornado but something doesn\'t make sense. I run the benchmark like this:[详细]
2023-03-11 09:25 分类:问答storing python function in distributed computer
finally I a little understand about tornadoweb asynchronous the key of asynchronous response is def new_messages(self, messages):[详细]
2023-03-11 06:23 分类:问答Can't get Tornado webserver to thread code
Just getting started with Tornado, have no idea what I\'m getting wrong but I can\'t get it to thread at all, here\'s the code I\'m testing with.[详细]
2023-03-09 18:15 分类:问答