Changes between Version 4 and Version 5 of js_notes
- Timestamp:
- 08/21/11 06:06:57 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
js_notes
v4 v5 23 23 * the way to cancel stalled notify operation is by stopping the app that created the misbehaving client 24 24 25 Some 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 25 28 [http://wiki.linuxaudio.org/wiki/user/emrum/jack_session_2_draft Jack-Session v2.0 - brainstorm] 26 29
