On 8/12/06, Andrew Gaydenko <[EMAIL PROTECTED]> 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.
--
joq

Reply via email to