This website requires JavaScript.
Explore
Help
Sign In
xgiovio
/
unisa_lab_reti_2013_2014
Watch
1
Star
0
Fork
0
You've already forked unisa_lab_reti_2013_2014
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
24
Commits
1
Branch
0
Tags
master
Commit Graph
2 Commits
Author
SHA1
Message
Date
xgiovio
695cc7dc35
file_communication : il parent crea un figlio e si comportano come un client server. Da linea di comando si passano tre paramentri: 2 numeri e una operazione. Esempio: 10 5 + . Le operazioni supportate sono + - * /. il file share_file viene utilizzato come file di sharing in cui il server mette i dati e il client la risposta. Il server informa il clinet mediane un usr1 qunado i file sono pronti mentre il client risponde con un usr1 al parent qunado ha completato l'operazione
2014-03-23 19:35:49 +01:00
xgiovio
fb267c3d92
Creato programma waitc in cui il parent crea un figlio. Quest'ultimo riceve un numero da terminale e subito manda un sigusr1 al padre. Il parent attende un usr1 o un sigchld e poi termina.
2014-03-23 17:38:14 +01:00