Page 1 of 1

Library: ThreadSync

Posted: Sun Jun 01, 2003 5:47 pm
by tinman
It's an early beta/demo of a library I am working on to allow communication and synchronisation between threads. Semaphores works, more planned. Anyone willing to help is appreciated.

Get it from my site: http://www.david-mcminn.co.uk
Or the resources site (soon): http://www.reelmediaproductions.com/pb

yes please!

Posted: Mon Jun 02, 2003 4:28 am
by Fangbeast
Okay, so you got me drooling:)

Posted: Mon Jun 02, 2003 9:26 am
by dmoc
Cheers tinman, I'll probably be able to put it to some good use in the next few days. I'll let you know how I get on.

Posted: Thu Jul 03, 2003 10:53 am
by mp303
I'm not sure I get it ... it's a windows-specific library? ... well, what's the point? I mean, you've already got access to the API functions, so..?

Unless of course you plan to port it to Linux? that would rock :)

Posted: Thu Jul 03, 2003 1:45 pm
by Doobrey
mp303 wrote:I'm not sure I get it ... it's a windows-specific library? ... well, what's the point? I mean, you've already got access to the API functions, so..?
Why use PB`s OpenWindow command when you`ve got the API function CreateWindowEx_, why use the built in networking code when you have access to the Winsock commands etc etc...

Simple answer... Cos PB is a Basic language, and user libs such as Tinman`s ThreadLib make life a lot easier by wrapping a load of API stuff into a simple keyword..

Rant over, nice work David.

Posted: Thu Jul 03, 2003 2:20 pm
by tinman
mp303 wrote:Unless of course you plan to port it to Linux? that would rock :)
I would but I don't have:

a) Linux running on my machine yet
b) Development experience in Linux

Obviously I would like to be able to do a Linux version, but it will either take some time or will need to be done by someone else. But I agree for the most part that single OS user libs are a bit pointless.

Posted: Thu Jul 03, 2003 3:49 pm
by Karbon
Not for users that use that single OS :-)

Excellent work tin!