[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: thread support



Douglas L Stewart <douglas@pobox.com> writes:

> It's just a matter of making sure all of the other libraries get thread
> safe, which will get partially done I'm sure.  The ones that aren't, you
> can work around it by just using them in a single thread usually.

or often by just using a mutex to make sure that no more than one
thread is in the library at any one time.  Of course this can be
defeated by unsafe libraries that call each other internally.

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: