<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>----- Original message -----
<br>> Currently, I have some scripts (in particular, applescript 
<br>> 'stay-open' scripts) that run continuously on a Mac through 
<br>> the day.   They look in a certain folder every 30 seconds and 
<br>> perform the necessary work needed.
<br>> 
<br>
<br>Take a look at inotify.  Maybe it fits your needs better.  Not sure if it is available on mac os.
<br>
<br>-- 
<br>regards,
<br>kushal<br></p>
</body>
</html>