Discussion:
[Bongo-commits] r1216 - /trunk/src/libs/util/bongothreadpool.c
pfelt-Urct4Ww6//Pz1n+
2009-11-25 02:12:53 UTC
Permalink
alex,
i've looked over this code for about the last hour reading and
re-reading. The more i look over it i agree.

my initial worry was in worker() where the pool would be locked when the
worker needed it, but after reading that code a couple of times i like
this.

hopefully i can apply this a bit later tonight!

pat
Author: alexhudson
Date: Tue Nov 24 23:09:20 2009
New Revision: 1216
URL: http://svn.gna.org/viewcvs/bongo?rev=1216&view=rev
Threadpool fix; I think this is right; fatpelt may continue to disagree :)
trunk/src/libs/util/bongothreadpool.c
_______________________________________________
Bongo-commits mailing list
https://mail.gna.org/listinfo/bongo-commits
Alex Hudson
2009-11-25 07:43:46 UTC
Permalink
:)

I've been testing it a little while and it seems to work ok - I think
it's definitely a commit to keep an eye on, though!

Cheers

Alex.
Post by pfelt-Urct4Ww6//Pz1n+
alex,
i've looked over this code for about the last hour reading and
re-reading. The more i look over it i agree.
my initial worry was in worker() where the pool would be locked when the
worker needed it, but after reading that code a couple of times i like
this.
hopefully i can apply this a bit later tonight!
pat
Loading...