Archives December 2009
Minimal example of using twisted.manhole (Since it took me so long to get it working...)
Written by
on
in
Snaking.
Okay, so you want to take a Twisted server and provide a way to execute arbitrary Python code within it while it is running. A few moments of googling gives you the information you need, namely that you want to use the twisted.manhole package. A few minutes more and you come across what seems ...
HowTo: Create an SSL web-server in Twisted (Crude approach, but it works...)
Written by
on
in
Snaking.
The Twisted web howto doesn't mention the fairly common task of creating an SSL-secured communications channel for a web server. The process of doing so is fairly simple, but it requires tracking down a few pieces of information, so I've collected them here:
First things first, to create an SSL server, you need a private ...
Daily archives
- Dec. 3, 2009
- Dec. 4, 2009
- Dec. 7, 2009
- Dec. 11, 2009
- Dec. 15, 2009
- Dec. 16, 2009
- Dec. 21, 2009
- Dec. 26, 2009
- Dec. 29, 2009