>Just the reflection of a problem I had with multi-apps on a PKCS#11
>implmentation I had last year. What I meant to say, that, ignoring 
>performance, it is the implementations problem to solve the 
>questions of parrallelity.

>Granted, as long as you are willing to go multi-app/multi-task or
>multi-threaded that is. No true asnych in the standard.

Requiring either one of those to achieve parallelization is totally
unacceptable IMO.  Threads are great for some tasks, but if not
used very carefully, they can totally destroy the performance of an
application (forced cache reloads, etc.).

--Chris
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to