System V IPC [Archive] - C Board

PDA

View Full Version : System V IPC


biosx
06-25-2002, 06:26 PM
Does anybody here use (or know anyone that uses) System V IPC's? I'm not even sure if they are POSIX'd. I am just wondering if I should invest time learning all about it.

thanks

starX
06-27-2002, 10:42 PM
Short answer:

Yes.

System V IPC may be a bit old fashioned (but then again, so is Unix), but it is still used today. Most programming languages that I know of have some kind of interface for it. Give it a whirl, you'll be glad you did.

starX
www.axisoftime.com

biosx
06-29-2002, 12:41 AM
Thanks for the reply. I wasn't sure if people still used them or if they just stuck with normal pipes/FIFO's or just network sockets. I'll give it some time, thanks.

shaik786
06-29-2002, 05:39 AM
Without them, life would be real hard. They are such a beautiful thing. We have used them in almost every application we write in our commercial software.