Write wrappers around the malloc/free functions to use shared memory,
to share objects among threads.

Hunh?

The whole point of threads is that they share the same address space, so you don't need shared memory. You might/do need locking, depending on what you're doing.


        /r$
--
Rich Salz, Chief Security Architect
DataPower Technology                           http://www.datapower.com
XS40 XML Security Gateway   http://www.datapower.com/products/xs40.html
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to