An Introduction to Linux IPC Facilities

แชร์
ฝัง

ความคิดเห็น • 13

  • @mywtfmp3
    @mywtfmp3 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 5 ปีที่แล้ว +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)

  • @babitsky317
    @babitsky317 10 ปีที่แล้ว

    Really helpful

  • @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)

  • @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