> This is a multi-part message in MIME format.
> --------------2FC454B1D9AB31B600F414F0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Yes a "semaphore" is very portable (at least within Unix environments).
> You can also use "flock()" on a file. Another trick is just to create
> and destroy a file as a sort of gate condition.

Creating & deleting files are extremely slow ways of synchronisation. 
Measure times in tens, maybe hundreds, of milliseconds.



-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to