Re: simple infinite loop crash iis!!! ITS'NT POSSIBLE! by jaco
jaco
Sun Dec 07 17:50:31 CST 2003
Il Sun, 07 Dec 2003 02:07:09 -0800, Jerry III ha scritto:
> a) It is possible to attach a debugger and debug. I don't know where jaco
> got the idea that you can only debug crashed programs.
I've tried with iistate but it seems don't detect this type of hang.
> b) Mommy, mommy, my car will not stop when I steer it into a wall, the
> people who make cars are a bunch of idiots...
:) ahahhaha, naaaa. Sorry for my poor english. I don't want to say that
IIS is a not good product. I love IIS and i think that Microsoft and their
programmers has done a great job! My question was: "what can i do to avoid
that an infinite loop, developed by a not good programmer, crash my IIS
Server?" There is a way? or simply its'nt possible?
> Jerry
>
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:O1IaveFvDHA.1756@TK2MSFTNGP09.phx.gbl...
>> a) What version of IIS?
>> b) Surely this is not IIS being idiotic, this is the fault of the
> programmer
>> writing the code.
>>
>> Cheers
>> Ken
>>
>> "jaco" <jaco@jaco.it> wrote in message
>> news:pan.2003.12.06.23.57.07.445312@jaco.it...
>> : Ok, this is a simple PHP wrong code. It's an infinite loop.
>> : Now if u try the example, IIS will HANG , the CPU will go to 100% and
>> : IIS will not crash, so its'nt possible debug what application has caused
>> : this type of problem.
>> : The same thing is with an ASP snippet. The application is in high
> isolated
>> : mode.
>> :
>> : while (list ($header, $value) = $test){
>> : if ($header!="operazione") {
>> : $INSERT.=$header;
>> : $VALUES.="'$value'";
>> : $test = each ($dati);
>> : if ($test) {
>> : $INSERT.=",";
>> : $VALUES.=",";
>> : }
>> : }
>> : }
>> :
>> : Now i can't think that IIS is so idiot that it can't handle this type of
>> : problem. Please tell me that i need to do some configuration or i need
>> : install some SP, please please please....!
>> :
>> : jaco@jaco.it
>>
>>