Re: Simple question
- From: Niklas Norrthon <do-not-use@xxxxxxxxxxx>
- Date: 31 Oct 2005 10:15:05 +0100
Sillaba atona <NOSPAM@xxxxxx> writes:
> I should implement in C POSIX the possibility to have an exec command
> in background like the command & in bash shell.
>
> I simple used a fork+exec without a wait command in the master
> process. It seems to be correct, but when I run the programm the
> cursor disappear until the child process stops.
>
> Any suggestion?
I suggest that you ask in comp.unix.programming.
/Niklas Norrthon
.
- Follow-Ups:
- Re: Simple question
- From: Niklas Norrthon
- Re: Simple question
- Prev by Date: Re: how to get 0.000001 with printf?
- Next by Date: Re: Simple question
- Previous by thread: Re: Calendar Program
- Next by thread: Re: Simple question
- Index(es):
Relevant Pages
|