Python Daemon Code
No! I will not claim that I have the code for you! But I sure know where you can find it. Here: A simple unix/linux daemon in python. I tried it when I was trying to daemonize a my python program that reads and processes emails. Works like a charm. Thanks a lot Sander Marechal!!
REST and Python
As I mentioned here, recently I’ve been doing some research in REST. Specifically, I’ve been looking for ways to implement REST web services for some of our Python-based routines. The idea is to do it in a way that is describable in a WSDL, so that we can control that from a workflow engine in [...]
