twisted
How to implement a local subdomain dns server that is avahi aware?
I\'ve built a mini dns server with twisted that is avahi aware. What it does is look for request that ends with .local; If it\'s the url of the host something like {{hostname}}.local the dns server[详细]
2023-03-15 06:43 分类:问答How to get around the need for multiple reactors in twisted
I am running a Qt application on Linux using the qt4reactor The application sends and receives bytes on the serial port.[详细]
2023-03-15 01:16 分类:问答Force python to use an older version of module (than what I have installed now)
My employer has a dedicated module1 we use for internal unit / system test; however, the author of this module no longer works here and I have been asked to test some devices with it.[详细]
2023-03-14 22:26 分类:问答Wokkel Resources [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-14 21:04 分类:问答Updating old django/twisted python code
Well I have some old python code that seems to not work right, I have researched to the ends of the internet trying to find a fix.[详细]
2023-03-14 08:18 分类:问答imposing login requirement to visit every resource in twisted web application
There\'s a web application developed in twisted. Does anyb开发者_开发知识库ody mind suggesting me how can i impose login requirement for visiting every page of that application? Psuedo code to do such[详细]
2023-03-14 01:41 分类:问答Blocking vs. Non Blocking network IO in Python
I have some python code that was written by a developer before me. I开发者_开发知识库t sends UDP messages to nodes in a P2P network. I am writing a parallel version of that code. This code sends multi[详细]
2023-03-13 12:18 分类:问答Twisted or Celery? Which is right for my application with lots of SOAP calls?
I\'m writing a Python application that needs both concurrency and asynchronicity.I\'ve had a few recommendations each for Twisted and Celery, but I\'m having trouble determining which is the better ch[详细]
2023-03-12 23:22 分类:问答twisted problem, too many open files
I\'m using twisted with perspective broker for my distributed application. I have faced to a problem that when I try to log in more than 54开发者_如何学JAVA clients to my server and invoke a simple re[详细]
2023-03-11 22:52 分类:问答Callback inside inlineCallbacks function
Let\'s say I have a function like this: def display(this, that): print this, that and a class: class Runner(object):[详细]
2023-03-11 05:27 分类:问答