search for: global_event_queu

Displaying 2 results from an estimated 2 matches for "global_event_queu".

Did you mean: global_event_queue
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 12:10, Ricardo Galli wrote: > > wants to send such a patch, we're happy to integrate them. I don't > > remember the DoS bug - that might be a real problem. It could be that a > > It started out with this: > > http://www.xiph.org/archives/icecast-dev/0366.html > > and I found the problem and sent the patch: > >
2004 Aug 06
0
No source buffering
...lt to understand your actual >email, which is probably why I didn't look at it in more detail originally). we actually fixed this issue a while back... A continue was added (line 459 of stats.c) which will skip the thread_sleep in the case where there are pending global events.. also, the global_event_queue pointer has a mutex lock wrapped around access to it, which your (Ricardo) patch didn't have. I think it is a fair statement that we regularly and welcome patches from everyone. But we also reserve the right to not apply them directly, especially when there are objections from the develop...