I'm just looking through the fdqueue code again, and I noticed that we are signaling the !empty condition on every push, regardless if we were empty or not, is there a good reason to do this, instead of checking if we are empty and then doing the signal? --Ian
- Re: is apr_thread_cond_signal expensive ? Ian Holsman
- Re: is apr_thread_cond_signal expensive ? Brian Pane
