<p><br>
On Dec 30, 2011 8:05 PM, &quot;Philip Anil-QBW348&quot; &lt;<a href="mailto:anil.philip@motorolasolutions.com">anil.philip@motorolasolutions.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Audio /video codecs are just system libraries not kernel drivers... You could modify the codec library code to start a new process, but it&#39;s hackish...<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; Suppose the codecs are owned by a special user, Foo. Then is it possible for Foo to automatically run the program Bar after the codecs finish?<br>
&gt;<br>
&gt; Anil<br></p>
<p>Again, libraries are not owned by an user... They&#39;re just files, that any user can read. And the code in those files are used by processes that are owned by an user. <br>
A new process will be run by the same user as the one that forked that process (usually). </p>