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 s

filling objects.h

2000-07-04 Thread Richard Levitte - VMS Whacker
All I can say is bleah! This file is a bitch to fill with new OIDs. So, I plan on hacking around a little, using objects.txt (which was apparently made exatly for this) and a objects.num as source to generate objects.h and obj_dat.h. objects.num is going to be updated in a similar to libeay.num

Re: filling objects.h

2000-07-04 Thread Dr Stephen Henson
Richard Levitte - VMS Whacker wrote: > > All I can say is bleah! This file is a bitch to fill with new OIDs. > Can't say I've noticed it much myself. Then again I haven't added too many new OIDs all in one go and I'm probably more tolerant at doing menial tasks :-) > So, I plan on hacking aro

How to install mod_ssl to my apache ?

2000-07-04 Thread fumitada
Hi, I'm Fumitada. I just got mod_ssl right before, so I was looking for instructions to install. Unfortu... I couldn't find any instructions. Where can I find ? Please anybody tell me. Even though I checked up http://www.modssl.org/, I couldn't find any documentation for installing and usage.. T

Re: filling objects.h

2000-07-04 Thread Richard Levitte - VMS Whacker
From: Dr Stephen Henson <[EMAIL PROTECTED]> drh> Just one comment. You break it, you get to fix it :-) Fine by me... -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \ SWEDEN \ or +46-709-50 3

Re: filling objects.h

2000-07-04 Thread Richard Levitte - VMS Whacker
From: Dr Stephen Henson <[EMAIL PROTECTED]> drh> Richard Levitte - VMS Whacker wrote: drh> > drh> > All I can say is bleah! This file is a bitch to fill with new OIDs. drh> > drh> drh> Can't say I've noticed it much myself. Then again I haven't added too drh> many new OIDs all in one go and I

Re: How to install mod_ssl to my apache ?

2000-07-04 Thread Li Wujun
I have download mod_ssl2.6.4 source code from www.modssl.org with a install guide in it. this version can work along with apache 1.3- In my opinion , you have to get source code of the apache and all its' modules installed in your system, then config the apache with the configure file of mod