Ask a Question related to Linux / Unix Administration, Design and Development.
-
Alex Shi #1
a script stop without any error message
Hi All,
I have a php script. It checks more 10k phone numbers, for each
of the numbers it will send the it to a remote host for validation
and write the result to a local file. On one server (an in-house built
Linux) it is running perfect. However, on another server (RH 9) it's
hehave is very strange: it will stop at a phone number between the
900th to 1000th without any error message (it stops at after the
900th but before the 1000th phone number), looks like a natural
stop. I am thinking it might be the case that the script received a
stop signal from the system. - I have no idea, but just guess. I am
not a UNIX people. I think in this group maybe someone can give
a hand. Thanks in advance!
Alex
Alex Shi Guest
-
ActivePerl error message? Router script. Please help.Newbie
Hi, I have installed ActivePerl on Windows XP SP2 professional and have tried running a script to restart my router: it always gives out this... -
A script stops halfway before the supposed natural end without any error/warning message
Hi All, I have a php script running on shell. Basically it checks more than 10k phone numbers one by one in a loop way. It will send each of the... -
how can i stop this script of giving me points ????
someone help me please!!! this is a script of grag and drop tis scripts checks if i drag it correct and gives me 10 points in a correct answer ... -
Stop script after Cancelling Action
Hi, please apologize in case my question was already discussed, I'm pretty new to FMPro. I have a simple script with a unique action, . When run, a... -
HELP! Message Window Won't Stop
I just accidentally did a put statement for a list with hundreds of thousands of items. I tried ctrl-period, ctrl-break, and zero on the number pad... -
Kevin Collins #2
Re: a script stop without any error message
In article <V50Lc.7971$cg3.6768@nntp-post.primus.ca>, Alex Shi wrote:
You should probably post to PHP group... BUT, I suspect this is a PHP time or> Hi All,
>
> I have a php script. It checks more 10k phone numbers, for each
> of the numbers it will send the it to a remote host for validation
> and write the result to a local file. On one server (an in-house built
> Linux) it is running perfect. However, on another server (RH 9) it's
> hehave is very strange: it will stop at a phone number between the
> 900th to 1000th without any error message (it stops at after the
> 900th but before the 1000th phone number), looks like a natural
> stop. I am thinking it might be the case that the script received a
> stop signal from the system. - I have no idea, but just guess. I am
> not a UNIX people. I think in this group maybe someone can give
> a hand. Thanks in advance!
>
> Alex
size limit. Check the php.ini file on both systems (or the output of phpinfo()
if you don't have access to the INI files).
You might 1st look at the max_execution_time setting...
Kevin
Kevin Collins Guest



Reply With Quote

