I\'m implementing a Twisted-based Heartbeat Client/Server combo, based on this example. It is my first Twisted project.
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.
I am using the Twisted Web static.File resource for the static part of the web server. For development I would like to be able to add new file or to modify the current static files without having the
How I store an instance of a connection in twisted.web? I have seen request.getSession() but I searched and there are very few examples of how it is stored and retrieved later.
I want to store a instance of ldap connection in a session var. I use request.getSession() but don\'t work correctly. My code:
So, I programmed this twisted application a few months ago, which I now would like to extend with a web-based user interface for configuration.
I have written a simple twisted server - from twisted.internet import reactor from twisted.internet import protocol
Mine is not really a question, it\'s more of a call for opinions - and perhaps this isn\'t even the right place to post it. Nevertheless, the community here is very informed, and there\'s no harm in t
Ok I have been writing a proxy to take http GET requests and translate them into HTTP POST requests (because a lot of media players for python only support GET). So I know am working on caching those
I have been running this code (from: http://blog.somethingaboutcode.com/?p=155 ): from twisted.internet import reactor