Re: Does anyone know how to fix Multithreading??

2000-07-04 Thread James Bailey
how is a critical section going to help? when doing a read in one thread and a write in another, you don't really want to force one to happen before another ... you want either to happen as the resources become available. With critical sections you can't find out what someone else wants (i.e. if

Re: problem with command make.

2000-06-23 Thread James Bailey
I think openssl requires gnu make (its much better than most makes). You may need to download this or you may have it already under the name of gmake. Hope this helps, dgym bailey __ OpenSSL Project

Re: HELP for $$$$, all problems gone away

2000-06-19 Thread James Bailey
Thanks bill, your comments were informative, your assumptions correct, and your advice on how to address the problem was exact enough for me to be able to get things working inside 2 minutes. I have to be impressed with that ;-) I hope the person who posted the original 'HELP for ' message