cynchronised sleep capbilty..
    Doug Rabson 
    dfr at nlsystems.com
       
    Thu Feb  3 02:12:45 PST 2005
    
    
  
On Wednesday 02 February 2005 17:44, Julian Elischer wrote:
> very clever!
>
> however it doesn't phaselock to teh time and still drifts.
> I need to trigger on (for example) 10 second boundaries across 50
> synchronised machines..
> (so thatthe machines agree about the sampling period.)
How about a cron job which writes characters into a fifo every ten 
secconds. The script can wait for the next ten second mark by reading a 
single char from the other end of the fifo.
    
    
More information about the freebsd-current
mailing list