Patrick wrote: > Nelson, > > About concurrent access to sec dbs: > > I have a client app that uses threads to handle multiple simultaneous > connections to a server. > > NSS is initialized once at the start then each thread opens a connection > using that NSS. I'm actually doing this using JSS but it sounds like this > would be a problem anyway, with either NSS or JSS, because of concurrent > access to cert and key dbs. Why isn't concurrent access allowed?
Sorry I wasn't clear. I meant concurrent access by multiple processes. It is fine for threads within the same process to use the NSS databases concurrently. Wan-Teh
