Changes between Version 4 and Version 5 of js_notes

Show
Ignore:
Timestamp:
08/21/11 06:06:57 (22 months ago)
Author:
http://nedko.arnaudov.name/
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • js_notes

    v4 v5  
    2323 * the way to cancel stalled notify operation is by stopping the app that created the misbehaving client 
    2424 
     25Some knowledge fetched from jack1 and jack2 source code: 
     26 * if client is opened with uid that matches the one of already existing client, the existing client uid is changed. In jack1 the function that ensures this is jack_ensure_uuid_unique() and the uid of the existing client is set to zero. In jack2 the function is JackEngine::EnsureUUID() and the existing uid of the existing client is set to a newly generated uid. 
     27 
    2528[http://wiki.linuxaudio.org/wiki/user/emrum/jack_session_2_draft Jack-Session v2.0 - brainstorm] 
    2629