본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

ajax proccess not end

  • 6 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: metman

more options

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

모든 댓글 (6)

more options

I don't think Firefox is aware of what is happening in your PHP code on the server; it just gets an HTTP response or it doesn't. Can you post a simplified test case demonstrating the re-request behavior?

more options

it works with IE8 and chrome. but with firefox always looping. HTTP response without re-entering a loop. shel_exec run the tsm client retrieve script.

more options

Can you test in a new Firefox profile. In addition to bypassing current add-ons and custom settings, it should have completely fresh settings databases and a fresh cache folder.

Close Firefox and start up in the Profile Manager as described in "Profile Manager - Create, remove or switch Firefox profiles". Any time you want to switch profiles, close Firefox and return to this dialog.

Do you see any change in the behavior?

more options

nothing changed. and I tried with another PC and also nothing changed

more options

Can you post a simplified test case demonstrating the re-request behavior, or a link to the actual problem page?

more options

actual problem page is in LAN. shel_exec run the ibm tsm client retrieve script.