Ok great. However (check my other posting on the newgroup about this) I have tried to doing this on NT using JSS, whereby the thread is passed an SSLSocket (or even tried where the thread itself opens a coonection and creates the SSLSocket) but when the thread goes to read/write, the operation blocks... What could be the problem?
-- P "Wan-Teh Chang" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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 >
