Thanks for the reply... I added "use warnings" and found the error in the reaper. I realize that you can use select to handle multiple incoming connections, but ultimately, each connection will spawn a process that can take 1 minute to complete. that is why I opted for "fork". I am curious about the parent still, why does it die? the server code is running on perlV5.8.0. I want the parent to survive forever. How can accomplish this?
Thanks,
Ian