C Pointers
  • C Pointers
  • Linux Device Drivers
  • Linux System Programming
    • Linux Socket Programming
    • Message_queues
      • Basic example message queues reader and writer
      • Message queues raeder writer program with Select system call
      • Message queues raeder writer program with Poll system call
      • Message queues raeder writer program with Epoll system call
    • NamedPipes
    • Netlink
    • Shared_Memory
    • Shared_Memory_2_FDS
    • SocketPair
    • Timerfd
  • Linux Network Programming
  • Linux Build Environments
  • OS Ports
  • FreeBSD Device Drivers
C Pointers
  • »
  • Linux System Programming »
  • Message_queues
  • View page source
Previous Next

Message_queues

Basic example
  • Basic example message queues reader and writer

Topics in this section,

  • program 1: message queues single reader and single writer : single data transfer

  • program 2: message queues single reader and single writer : multiple data transfer

select
  • Message queues raeder writer program with Select system call

Topics in this section,

  • message queues FAQs

  • Step 1: Sequence Diagram for reader.c

  • Step 2: Program for reader.c

  • Step 3: Compile and Execute reader.c

  • Step 4: Sequence Diagram for writer.c

  • Step 5: Program for writer.c

  • Step 6: Compile and Execute writer.c

  • Summary

poll
  • Message queues raeder writer program with Poll system call

Topics in this section,

  • message queues FAQs

  • Step 1: Sequence Diagram for reader.c

  • Step 2: Program for reader.c

  • Step 3: Compile and Execute reader.c

  • Step 4: Sequence Diagram for writer.c

  • Step 5: Program for writer.c

  • Step 6: Compile and Execute writer.c

  • Summary

epoll
  • Message queues raeder writer program with Epoll system call

Topics in this section,

  • message queues FAQs

  • Step 1: Sequence Diagram for reader.c

  • Step 2: Program for reader.c

  • Step 3: Compile and Execute reader.c

  • Step 4: Sequence Diagram for writer.c

  • Step 5: Program for writer.c

  • Step 6: Compile and Execute writer.c

  • Summary

See Also
  • Previous topic

    • raw_af_packet_tcp_htons_ETH_P_ALL

  • Current topic

    • Message_queues

  • Other IPCs

    • NamedPipes

    • Netlink

    • Shared_Memory

    • Shared_Memory_2_FDS

    • SocketPair

    • Timerfd

Previous Next

© Copyright 2023, c-pointers.