in reply to Re^2: Critical section FCFS
in thread Critical section FCFS
The FCFS stands for "first-come, first-served"? And you intend the script "crit.pl" to both queue up and serve the requests as well? Technically, your calls (processes) will then be executing at the same time, though only one can have the critical section.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Critical section FCFS
by aj7700 (Initiate) on Jul 14, 2016 at 05:19 UTC | |
|
Re^4: Critical section FCFS
by Anonymous Monk on Jul 14, 2016 at 18:49 UTC | |
by BrowserUk (Patriarch) on Jul 14, 2016 at 18:56 UTC |