XML Feeds

.

[java-dev] Re: Re: Re: Question about qmetro and bang/jit_matrix msgs

Ben Nevile bbn at saoul.ca
Sun Jun 24 19:50:38 MDT 2007


> Thanks again. It's good to know that the execution of bang() and jit_matrix() methods in an mxj object cannot run concurrently or overlap.


Just to be clear, it is not true that they *cannot* run concurrently
or overlap - it is only true that they will not overlap in the
situation you described, where all messages are being sent in as a
result of a bang emanating from a qmetro object.  When things are also
happening in the scheduler thread, as they might be if you were using
a metro object instead of a qmetro, then things can be more
complicated.


Ben


More information about the java-dev mailing list