Regarding call back registration:

jack_on_shutdown();
jack_set_client_registration_callback();

Am I correct in assuming that the call back functions will not be called from a real-time thread, and can safely block for short periods of time?

Thanks,
Ethan Funk