<p><br>
On Dec 30, 2011 8:05 PM, "Philip Anil-QBW348" <<a href="mailto:anil.philip@motorolasolutions.com">anil.philip@motorolasolutions.com</a>> wrote:<br>
><br>
> Audio /video codecs are just system libraries not kernel drivers... You could modify the codec library code to start a new process, but it's hackish...<br>
><br>
> --<br>
><br>
> 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>
><br>
> Anil<br></p>
<p>Again, libraries are not owned by an user... They'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>