Sumários

Shared memory

20 março 2017, 12:30 João Nuno De Oliveira e Silva

UNIX programming APi for shared memory

  • shmget
  • mmap


3rd Laboratory

17 março 2017, 11:00 Ricardo Miguel Ferreira Martins

Process creation using fork().

exit() and wait() functions.
IPC: signals and signal handling with sigaction().
Execution of new programs with execl() and system command.


3rd Laboratory

17 março 2017, 09:00 Ricardo Miguel Ferreira Martins

Process creation using fork().

exit() and wait() functions.
IPC: signals and signal handling with sigaction().
Execution of new programs with execl() and system command.


3rd Laboratory

15 março 2017, 12:30 João Nuno De Oliveira e Silva


Process creation using fork().

exit() and wait() functions.IPC: signals and signal handling with sigaction().Execution of new programs with execl() and system command.


Procecess Management / Shared memory

15 março 2017, 11:00 João Nuno De Oliveira e Silva

Process management in Linux

  • Signals
Shared memory
  • basic concepts