]> git.ipfire.org Git - people/stevee/pakfire.git/commit
daemon: Make an extra process for keepalive.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 18:20:54 +0000 (19:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 18:20:54 +0000 (19:20 +0100)
commit9a9926fd6f538c4a3fecda3da253e8ef9e43a6b4
tree28a949048cbc9f1337a7f84f52001787610e8843
parentbbd51f5844f2ca13465e5064f03dad32095a6b5e
daemon: Make an extra process for keepalive.

Versions of pycurl that are linked against NSS have
some trouble with this multi-process architecture.
So we don't connect to anywhere in the master process
that each worker process creates its own SSL context.
python/pakfire/daemon.py