Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

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

자세히 살펴보기

How to get firefox 4 to allow two separate processes to run at same time.

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

more options

I used to be able to run two separate firefox processes and so also run two separate user profiles at the same time as well. But i recently moved to firefox 4 and windows 7 and one or both of these prevents the old method i used from working. I basically would run firefox (via "run" or through an edited shortcut) with the following executable flags: -p profilename -noremote

And it would launch a separate process running under the profile name. Is there a way to do this with firefox 4 and win7? I am a developer (web and desktop applications) and it is highly preferable to do this. One reason is that if one of the processes crash, the other is fine. Another is to have separate profiles so addons with memory leaks, like firebug, can be run in its own processes and i can restart it when i need to without affecting the other process. I sometimes also need to set the cpu affinity so that one firefox process won't be a hog. Any help would be appreciated.

I used to be able to run two separate firefox processes and so also run two separate user profiles at the same time as well. But i recently moved to firefox 4 and windows 7 and one or both of these prevents the old method i used from working. I basically would run firefox (via "run" or through an edited shortcut) with the following executable flags: -p profilename -noremote And it would launch a separate process running under the profile name. Is there a way to do this with firefox 4 and win7? I am a developer (web and desktop applications) and it is highly preferable to do this. One reason is that if one of the processes crash, the other is fine. Another is to have separate profiles so addons with memory leaks, like firebug, can be run in its own processes and i can restart it when i need to without affecting the other process. I sometimes also need to set the cpu affinity so that one firefox process won't be a hog. Any help would be appreciated.

선택된 해결법

The correct format of that command is -no-remote

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

선택된 해결법

The correct format of that command is -no-remote

more options

Lol, well now i feel a bit stupid. That did the trick. I had written down the command when i moved to the new setup and must have forgot the second dash. Thanks for the help!