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

Posted in Linux Internals and System Programming, Project 03: Client Server Communication using Linux and IPC | Tagged , , , , , , | Leave a comment

process

done with pipe for single client-server-client

Posted in Uncategorized | Tagged , | Leave a comment

implemented client server in process

completed the server client part but still getting problems with return or exit statements……

Posted in Uncategorized | Tagged | Leave a comment