[so] [Tema1][Windows] proces copil + instructiuni paralele

Adrian Bacircea marius.bacircea at cti.pub.ro
Mon Mar 25 23:27:19 EET 2013


2013/3/25 sabina batranu <sabina_btrn at yahoo.com>

> Am executat de 100 de ori cd-urile alea, si orice le-ai face, se executa
> primele, inainte de restul proceselor. Din asta trebuie sa deduc ca defapt
> nu trebuie paralelizate
>

Aici[1] scrie în felul următor : "If a command is terminated by the control
operator '&', the shell executes the command asynchronously in a subshell.
This is known as executing the command in the background. The shell does
not wait for the command to finish, and the return status is 0 (true).".
Adică shellul porneşte execuţia comenzilor dar nu aşteaptă să se termine.
Prin urmare, ele rulează în paralel (cd-ul se termină foarte repede dar
principiul rămâne).

Adrian

[1] http://www.gnu.org/software/bash/manual/bashref.html#Lists
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://cursuri.cs.pub.ro/pipermail/so/attachments/20130325/5f69f7e6/attachment.html>


More information about the so mailing list