Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 2 відповіді
  • 5 мають цю проблему
  • 5 переглядів
  • Остання відповідь від 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!