An Introduction to Linux IPC Facilities

Поделиться
HTML-код
  • Опубликовано: 23 сен 2024
  • Linux.conf.au 2013

Комментарии • 13

  • @echosystemd
    @echosystemd 8 лет назад +12

    He is the author of "The Linux Programming Interface". This is a very good introduction. Don't miss it if you are learning IPC.

  • @muniu911
    @muniu911 9 лет назад +6

    1:02:28 - sockets
    1:10:01 - Stream sockets API
    1:13:23 - Datagram sockets API

  • @shushens
    @shushens 6 лет назад +2

    I like this topic a lot. It would be amazing if he did a revision of this talk for 2018.

  • @AlvinMcNair
    @AlvinMcNair 9 лет назад +4

    Link to the slides man7.org/conf/lca2013/IPC_Overview-LCA-2013-printable.pdf

  • @kimchi_taco
    @kimchi_taco 11 лет назад

    The best presentation. Thank Michael. Developer using Linux MUST watch it.

  • @muniu911
    @muniu911 9 лет назад +2

    48:19 - synchronization technique (semaphore)

  • @muniu911
    @muniu911 9 лет назад +2

    1:28:50 - Other IPS mechanism

  • @muniu911
    @muniu911 9 лет назад +2

    1:26:20 - IPS objects persistence

  • @muniu911
    @muniu911 9 лет назад +1

    39:28 - share memory VS normal IO by kernel (graphic explanation)

  • @babitsky317
    @babitsky317 10 лет назад

    Really helpful

  • @RogerBarraud
    @RogerBarraud 9 лет назад

    Of *course* it's the best! Michael is a Kiwi :-)

  • @muniu911
    @muniu911 9 лет назад +1

    32:22 - shared memory

  • @xinweihe1818
    @xinweihe1818 9 лет назад

    10:48- it should be int filesdes[2] , ie an array of two integers