twisted
Websocket Server with twisted and Python doing complex jobs in the background
I want to code a Server which handles Websocket Clients while doing mysql selects via sqlalchemy and scraping several Websites on the same time (scrapy). The received data has to be calcul开发者_运维技[详细]
2023-03-11 03:56 分类:问答Twisted Python + spawnProcess. Getting output from a command
I\'m working to wrap the Minecraft server application with a Twisted Python server that has a RESTful API for getting the list of currently connected players. The Twisted app starts the minecraft serv[详细]
2023-03-08 09:05 分类:问答Twisted: Making code non-blocking
I\'m a bit puzzled about how to write asynchronous code in python/twisted.Suppose (for arguments sake) I am exposing a function to the world that will take a number and return True/False if it is prim[详细]
2023-03-08 07:58 分类:问答Implementing a multi-process server in Python, with Twisted
I have to write a CPU-bound server in Python, to distribute workloads for many cores. I want to use Twisted as the server (requests coming in via TCP).[详细]
2023-03-07 20:34 分类:问答use python twisted framework to connect to multiple serial sockets
I currently use twisted to connect to a serial device I have, using code like the following. from twisted.i开发者_Go百科nternet import reactor[详细]
2023-03-06 19:56 分类:问答Any ideas how to create parameterised streaming api?
I want to create parameterised streaming api like http://dev.twitter.com/pages/streaming_api_methods#statuses-filter[详细]
2023-03-06 16:45 分类:问答Porting python-twisted based code to scala: framework advice needed
I am trying to port a significant amount of code written in python with twisted to scala, and I\'m looking for opinions on what framework combination to choose.[详细]
2023-03-06 13:08 分类:问答Python twisted: iterators and yields/inlineCallbacks
Folks, Am thoroughly confused, so it\'s possible I am not even asking things correctly, but here goes:[详细]
2023-03-05 12:03 分类:问答Updating shared data with Twisted
How can I share a blob of data using a Twisted server, while at the time time periodically updating that data in the background?:[详细]
2023-03-03 08:38 分类:问答Python web server options with nonblocking architecture
I am looking for a Python based nonblocking web server environment that is designed to handle large number of simultaneous connections and be responsive under heavy load (C10K). I need it as a backend[详细]
2023-03-03 01:42 分类:问答
加载中,请稍侯......