threads

1999-10-04 Thread Steve Kennedy

I just noticed that the GNU glibc has a gthread library.

Would it be possible to use this instead of pthread ? It
may be more portable ?

Just an idea.

Steve

-- 
NetTek Ltd tel +44-(0)20 7483 1169 fax +44-(0)20 7483 2455
Flat 2,   43 Howitt Road,   Belsize Park,   London NW3 4LU
   Epage [EMAIL PROTECTED] [body of text only]



threads and syncs

1999-09-27 Thread Jason A. Bobier

Per our phone call, here is the original message:

>Here are the objects that I currently have in mind for 2.0:
>
>thread
>semaphore
>mutex (binary semaphore)
>readmanylock (blocks read calls only on writes)
>waitmanylock (waits on multiple items of any of the above)
>
>Can anyone else think of anything that we need?

To this, I've added critical regions. Also, I'm not positive if 
waitmanylocks can be done in a crossplatform way. I tried a couple of 
different methods, but have had to back out of them due to race 
conditions.

Jason

--
Jason A. Bobier [EMAIL PROTECTED]
Senior Software Engineerhttp://www.prismatix.com/
Network Associates, Inc.Nothing's constant

PGPKey: 
Fingerprint: 7809 7E6E BCCA 903D 4618  9740 EB10 9DF9 F6F8 3318

It's hard to pull yourself up by your bootstraps if your feet are bare.



threads

1999-09-02 Thread Jason A. Bobier

Here are the objects that I currently have in mind for 2.0:

thread
semaphore
mutex (binary semaphore)
readmanylock (blocks read calls only on writes)
waitmanylock (waits on multiple items of any of the above)

Can anyone else think of anything that we need?

Jason
--
Jason A. Bobier [EMAIL PROTECTED]
Senior Software Engineerhttp://www.prismatix.com/
Network Associates, Inc.Nothing's constant

PGPKey: 
Fingerprint: 7809 7E6E BCCA 903D 4618  9740 EB10 9DF9 F6F8 3318

It's hard to pull yourself up by your bootstraps if your feet are bare.