[Opendnssec-develop] PIN daemon

Rickard Bellgrim rickard at opendnssec.org
Wed Aug 3 08:01:28 UTC 2011


Hi

We have been talking about a PIN daemon for some time now, and I was
thinking if shared memory would be sufficient?

E.g.
1. The process creates/opens a named semaphore.
2. Lock the semaphore.
3. Create the shared memory if it does not exist.
4. If PIN exist, unlock and return PIN.
5. If PIN does not exist, get PIN from config or PIN callback.
6. Save PIN, unlock, return PIN.

// Rickard



More information about the Opendnssec-develop mailing list