>     The admin users will need to run long processes that take about 
> 5-15 minutes each.  They cannot timeout and they must be done
throughout the day
>     while general users are working in the application as well.  Is 
> there a big problem with this?  What steps should I take to ensure 
> these long processes complete and do not timeout.

What about turning these long processes into perl scripts or C programs
that can be exec()ed? They'll probably run faster, and they won't time
out.

I've never done this myself. It's just a suggestion -- does it make
sense to do it this way?

Beau



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to