> 2)A good test is this script > > #!/bin/bash > > for i in `seq 1 100` ; do > echo -e "This is attempt $i" > touch foo #timestamp of last successful write > sleep 1 > apm -s > done > Whooops... Not sure I totally understand what that does but I'll give it a try and let you know what happens... Best, Julian