Tag Archives: process
Zombie or Defunct Process
Zombie or Defunct Process ========================== If a child proces tries to teminate,its association with parent remains until the parent terminates normally or calls wait. – The child process entry in process table is therfore not freed up immediately. – Althougth … Continue reading
process
done with pipe for single client-server-client
implemented client server in process
completed the server client part but still getting problems with return or exit statements……