in reply to Re: Critical section FCFS
in thread Critical section FCFS

Neil, this would require a queuing application. Just wondering if there is another way which doesn't involve other applications. Thank you

Replies are listed 'Best First'.
Re^3: Critical section FCFS
by RonW (Parson) on Jul 14, 2016 at 21:52 UTC

    I think you misunderstood Neil.

    Your applications that call "crit.pl" would not need to be modified.

    Rather "crit.pl" would queue a request and wait for the response. Then a "critd.pl" would read a request from the queue, do whatever processing, send a response then read the next request.

    There are several modules on CPAN that can manage inter-process queues.