Posted by Jerry Stuckle on 04/02/07 16:55
jmark@fastermail.com wrote:
> I have PHP 5.2.1 running on Windows XP home. The problem I have is
> that programs run in the command line are taking more than 10 minutes
> to exit. Does anyone know a solution to this?
>
Make the program more efficient?
10 minutes might be good or bad. It's very bad for a program like:
<?php
echo "Hello, World!\n";
?>
Is could be very good for a program which does multiple searches on a
2GB database and creates a lot of reports.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|