In the meantime I'm wondering if having one writer and multiple readers
to the NSS DB is a safe method of sharing a cert database between processes.
Specifically, only one process would initialize with NSS_InitReadWrite()
and all others would initialize with NSS_Init()
Any ideas?
Cheers,
Nate Nielsen
No, it is not. Sorry.
> Specifically, only one process would initialize with NSS_InitReadWrite()
> and all others would initialize with NSS_Init()
--
Nelson B
12345678901234567890123456789012345678901234567890123456789012345678901234567890
00000000011111111112222222222333333333344444444445555555555666666666677777777778
The only safe method of sharing a cert database between processes
is that all processes are readers (opening the database read-only).
Wan-Teh