Jack,
Aha, I see. Now I get call return immediately.
Thanks!
Andrew
======= On Saturday 12 August 2006 22:41, Jack O'Quin wrote: =======
On 8/12/06, Andrew Gaydenko <a(a)gaydenko.com> wrote:
Hi!
What is quickest way to determine is JACK server running or not?
Just jack_client_open() call with JackNullOption takes about 5 sec
when the server is not running.
You are telling JACK to actually start a new server. If you just
want to check whether one is already running, use the
JackNoStartServer option. Not sure how long that will take,
but it should be a lot faster.