Jump to content

empieters

Members
  • Posts

    5
  • Joined

  • Last visited

empieters's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes that is correct. In real life there are 6 co-workers of mine running the program and with some it finished and with others it does not. It is just a program that one can run over the internet. If I shorten the loop by breaking halfway, all the co-workers's programs finished. I tried the first half AND the second half of the lines to proces to see if one line caused the problem, but it is not inside the lines as in both situations (first half and second half of the lines) the program finishes.
  2. But the file is on a server, so there is only one ini is there not? Thanks It must be something that is different on 2 PC's that effect loops.
  3. It IS doing something.In fact it does everything it must do. The only thing missing is that it does not seem to know the script is finished. And it has. I call the function and one line futher I echo 'finished' to an out file and that is written. It does just not understand that the script has finished. There is a loop that is run a lot of times and when I make the number smaller it DOES know it is finished. As if there a limit to the number of loops. The peak memory usage is the same all the time. It is just a riddle. It works on one PC but not on another. Same browser, same network...
  4. Hello Can you help me? I have 2 pc's A en B. There is a program that I run. If I run a particular php script then on pc A it hangs, on B it does not. But when I do write statements to an out file I see that both programs have calculated and the script even returns after doing his work to the calling program. So on pc A it does not 'see' it is finished. To help: There is a loop that loops around 2000 times each time after reading a record from a sql database. If I break earlier for instance after 1500 times, then suddenly both programs end normally. So the question. What could happen in a loop, that prevents a program from ending and hangs, while an other pc does not? There is lots of processing after the loop, that is executed in both situations. Both PC use IE but also Firefox does the same. On top of that also IE's version is the same on both PC's. I am out of clues. Can you point me in the right direction? please mail to empieters@gmail.com if you have questions.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.