搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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!