Hi there,
Can someone tell me what is the difference in BSD IPC & traditional Sys V IPC which is followed in Linux??? Any reference for above question will also do.
Thanks, Kunal
On Thu, 22 Nov 2001, Kunal Gangakhedkar wrote:
Can someone tell me what is the difference in BSD IPC & traditional Sys V IPC which is followed in Linux??? Any reference for above question will also do.
Reference: Advanced Programming in the UNIX Environment -- Richard Stevens
I might be able to answer your question in a few days. Haven't reached the section on IPC yet.
Manish
--- Kunal Gangakhedkar kgangakhedkar@yahoo.com wrote:
Hi there,
Can someone tell me what is the difference in BSD IPC & traditional Sys V IPC which is followed in Linux??? Any reference for above question will also do.
"UNIX Network Programming" I Edn. or "UNIX Network Programming", II Edn. Vol. I, by W. Richard Stevens; Indian edition available for both versions.
Rgds,
Krishnan
__________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
Sometime on Nov 22, Kunal Gangakhedkar assembled some asciibets to say:
fix your line length please.
Can someone tell me what is the difference in BSD IPC & traditional Sys V IPC which is followed in Linux???
see difference between unix domain sockets, shared memory, semaphores and message queues. Read a book on unix.