Systems Programming - Video 87 - Assignment 10, multi-threading using pthread

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

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

  • @sghsghdk
    @sghsghdk Месяц назад

    You are getting the multi process multi threading all wrong. 10 thread or 20 processes is the same thing from a scheduling stand point. The gains come from you CPU having multiple cores (execution units).