Searching for a usable X509 implementation

2015-07-03 Thread Dennis Jacobfeuerborn
Hi, I'm trying to implement certificate functionality in a python app but after fighting with pyOpenSSL and M2Crypto I'm thinking about writing wrapper functions for the OpenSSL command line tool instead or switching the app to another language all together. Apparently PyOpenSSL has no way to s

Re: How to properly implement worker processes

2012-08-22 Thread Dennis Jacobfeuerborn
On Wednesday, August 22, 2012 11:15:10 PM UTC+2, Ian wrote: > On Wed, Aug 22, 2012 at 1:40 PM, Dennis Jacobfeuerborn > > wrote: > > > I was thinking about something like that but the issue is that this really > > only works when you don't do any actual blocki

Re: How to properly implement worker processes

2012-08-22 Thread Dennis Jacobfeuerborn
On Wednesday, August 22, 2012 7:46:34 PM UTC+2, Ian wrote: > On Wed, Aug 22, 2012 at 11:29 AM, Dennis Jacobfeuerborn > > wrote: > > > Hi, > > > I'm trying to implement a system for periodically checking URLs and I've > > run into problems with some

How to properly implement worker processes

2012-08-22 Thread Dennis Jacobfeuerborn
Hi, I'm trying to implement a system for periodically checking URLs and I've run into problems with some of the implementation details. The URLs are supposed to be checked continuously until the config for an URL is explicitly removed. The plan is to spawn a worker process for each URL that send