Hi, i have a script which reads all JPG's from a directory, processes them, and inserts them into a database table. This sctipt takes about 20 sec. per JPG. When I have 50 JPG's in the directory, the script starts, processes about 25, and the the script is starting all over (i can see in the built-in log)... The processid changes and the 'old' script stops... Could anyone tell me how this can happen and what to do about it?