You're trying to save an open socket connection that was gained by the fork()'d process? I don't think that would be possible, since PHP closes all the resources when the process ends. Unless there is some config option to not do that. Jason On Tue, Apr 15, 2008 at 4:16 PM, Kyle Browning <nomspes@xxxxxxxxx> wrote: > Is there a way I can get my fsock to stay open when the child process > exits? > > Kyle > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >