Search found 2078 matches

by odditude
Tue Feb 28, 2006 4:48 pm
Forum: Development
Topic: Checking status of fork()'d child
Replies: 8
Views: 5759

I'll take that as an "I'm completely off here" :D Anyway, I wasn't suggesting you pass exec() a pid_t. When you call exec, you can pass arguments to the target image. The idea here is to have the target image have one of its optional arguments be of type pid_t, which is how it can be passe...
by odditude
Tue Feb 28, 2006 4:22 pm
Forum: Development
Topic: Checking status of fork()'d child
Replies: 8
Views: 5759

I might be completely off here, since I haven't coded in a while and it's been YEARS since I've touched fork() at all, but... Could you create a pipe before the fork() call, and have the child drop an "I'm exec()ing" message on the pipe immediately before the exec() call? There's a limitat...
by odditude
Fri Feb 10, 2006 7:01 pm
Forum: ZSNES Talk
Topic: installation...
Replies: 11
Views: 3760

can we get a PGRTFM here?