3 Aug
2008
3 Aug
'08
10:47 p.m.
On Sun, Aug 3, 2008 at 11:38 AM, Jaroslav Kysela perex@perex.cz wrote:
On Sat, 2 Aug 2008, Bankim Bhavsar wrote:
I'm currently porting the sound code of our app from OSS to ALSA but this problem is preventing me from doing so. Is there any way to get around this problem?
What's your problem with fork()?
If our app is the first to start dmix then a copy of the process (app) will remain till the last application closes the share device.
So our problem is not fork but fork without *exec*.
Thanks, Bankim.