Re: [Jack-Devel] JackSession: response time and data integrity

PrevNext  Index
DateThu, 07 Jul 2011 10:30:17 -0500
From Gabriel M. Beddingfield <[hidden] at gmail dot com>
To[hidden] at lists dot jackaudio dot org
In-Reply-ToGabriel M. Beddingfield [Jack-Devel] JackSession: response time and data integrity
Follow-Uprosea grammostola Re: [Jack-Devel] JackSession: response time and data integrity
On Wednesday, July 06, 2011 08:34:20 pm Gabriel M. 
Beddingfield wrote:
> When responding to JackSessionCallback, I have to copy a
> large file.  Meanwhile, I get disconnected from the JACK
> graph.  Am I supposed to respond to this in real-time?

As discussed on IRC...

JackSessionCallback does NOT need to be RT-safe, but normal 
timeout rules apply (i.e. the -t parameter when starting 
jackd).

The jack_session_reply() function does not need to be called 
in the JackSessionCallback.  If the work needs to be pushed 
to another thread, then wait until the work is completed and 
call jack_session_reply().

Thanks Torben, Paul, and Nedko!

-gabriel
PrevNext  Index

1310052644.5944_0.ltw:2,a <201107071030.17763.gabrbedd at gmail dot com>