c# - Unmanaged Process in Mono -
i want create mono application start , stop several processes. need able start , stop processes mono application, not need advanced features of managed processes. users able customize available processes "preferences" menu.
the problem is, need able create idlehandler, handler not fire, because application never able, due processes, , gui (gtk#) becomes unresponsive due weight of processes. there way start , stop unmanaged processes mono?
lowering priority of processes not possible, because lead audio dropouts.
here basic description of application try make: http://ix.residuum.org/monomultijack.html
could not trigger init.d script starts jackd? (just assuming there init.d script since we're talking daemon)
if there isn't such script, not make one? daemon launches in background, process starting bash-process runs script, exits when daemon launched in background.
stopping work same way.
Comments
Post a Comment