Please help!!! I have written a program in Perl on Win32 which creates a backup archive and adds some large database files to it. It works fine, but it takes over 10 minutes to run on a high-end machine, and when you look in task-manager it states the program is "Not Responding". When the backup routine is completed, it returns to normal status. The problem is that my users will think the program is truly locked up and kill the app.
Does anyone know how to tell Perl to respond to operating system calls so as to appear fine?