An open API service indexing awesome lists of open source software.

https://github.com/sugrado/c-multithreading

Dynamic multithreading C application (for Linux).
https://github.com/sugrado/c-multithreading

c execv fork linux multithreading

Last synced: 2 months ago
JSON representation

Dynamic multithreading C application (for Linux).

Awesome Lists containing this project

README

        

# C-Multithreading

Dynamic multithreading application.

Usage:
```
gcc multithreading.c -o multithreading.o
./multithreading.o miniapp1.o 3
```

Note: miniapp1.o is any compiled C program.

- The first parameter is the compiled extension of the C program to run.
- The second parameter is how many seconds the program will run.