search for: relinguish

Displaying 3 results from an estimated 3 matches for "relinguish".

2010 Aug 27
4
adwantages of ogg container?
On 2010-08-27, Ralph Giles wrote: >> My question to you, What advantages has ogg vs matroska. > > They're both free containers, and there isn't a significant > performance difference, so either one works from a free media > perspective. [...] Personally I would add the following points/bullets: * Ogg has a lesser semantic burden, so that e.g. embedded
2010 Aug 27
3
adwantages of ogg container?
...extension mechanisms, not enough care is taken with layer separation. I'd probably have pages worth of pet peeves to share, but let me share the final one: what precisely stopped the developers of these protocols from a) first putting up an implementation as a proof of concept, and b) then relinguishing the development of the precise protocol to IETF, for development as an Internet Standard? That way it's *certain* that all of the format issues I've raised, and the also the bandwidth, vendor compatibility, deprecation, whoknowswhat issues would eventually have been aggressively vett...
2005 May 11
4
Should shadow_lock be spin_lock_recursive?
During our testing, we found this code path where xen attempts to grab the shadow_lock, while holding it - leading to a deadlock. >> free_dom_mem-> >> shadow_sync_and_drop_references-> >> shadow_lock -> ..................... first lock >> shadow_remove_all_access-> >> remove_all_access_in_page-> >> put_page-> >>