Re: Questions on threading

2005-05-24 Thread dan
Steven Bade wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken Goldman wrote: | Referring to http://www.openssl.org/docs/crypto/threads.html | | 1 | | "id_function(void) is a function that returns a thread ID. It is not | needed on Windows nor on platforms where getpid() returns a differen

Re: Questions on threading

2005-05-23 Thread Steven Bade
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken Goldman wrote: | Referring to http://www.openssl.org/docs/crypto/threads.html | | 1 | | "id_function(void) is a function that returns a thread ID. It is not | needed on Windows nor on platforms where getpid() returns a different | ID for each thre

Questions on threading

2005-05-20 Thread Ken Goldman
Referring to http://www.openssl.org/docs/crypto/threads.html 1 "id_function(void) is a function that returns a thread ID. It is not needed on Windows nor on platforms where getpid() returns a different ID for each thread (most notably Linux)." Is this correct? On my Linux system, getpid() retu