Kevin P. Fleming wrote:
In trunk, we should probably stop creating a pthread_attr object every
time we need one (since they can be re-used), and instead just have a
global one (or two) that are setup the way we want.

A simple janitor task for someone :-)

That's a good idea.

While we're on the subject, I was quite annoyed when I realized that ast_pthread_create_background() was not actually already doing this. I thought it was, which is how I got into this mess in the first place. All it does it create the thread with a smaller stack size. Anyway, I'll stop ranting now ...

--
Russell Bryant
Software Engineer
Digium, Inc.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to