You are here

chrome multiple instances

5 posts / 0 new
Last post
anuraag
Offline
Last seen: 12 years 9 months ago
Joined: 2010-03-27 07:08
chrome multiple instances

I want to run my installed chrome and portable chrome together.
Please make portablechrome multiple instances support

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 3 days 42 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Probably not going to happen

The way the portable app works, is another app (in this case GoogleChromePortable.exe or whatever the actual .exe is called) runs in the background that takes care of registry entries and such created by the actual app (chrome.exe I think it is). If you were to run the local app though, it would only run chrome.exe. Both chrome.exe files are essentially the same file, though, for both the portable and the static version.

If you were to run both together: a) you would possibly have conflicting registry entries being written/modified by both, causing potential issues with one version, or maybe even both versions, of the program, and b) depending on just things do interact, registry entries for the local version may be wiped by the portable version's handler exe, or registry entries and other data may be left behind by the portable version, which is a large part of portabilising an app is about.

Google Chrome is not the only app that does this. I know that Firefox is the same, you cannot run the portable while the local is running, and you cannot run the local while the portable is running.

anuraag
Offline
Last seen: 12 years 9 months ago
Joined: 2010-03-27 07:08
but there is an option

but there is an option multiple instances in portablefirefox.ini
so local firefox and portablefirefox can run together.

John T. Haller
John T. Haller's picture
Online
Last seen: 41 min 14 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Firefox Option

Firefox presents an option in its code to allow multiple instances. There are shortcomings, though (and it will leave bits behind on the local PC). Chrome presents no such option to my knowledge.

Sometimes, the impossible can become possible, if you're awesome!

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 3 days 42 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Yes, but....

...having that .ini variable set decreases the portable nature of Firefox portable, because it will leave files behind on the computer running it.

And, this question was answered to you back in March: Google Chrome itself has to support running multiple instances of itself before someone here can make the portable version support this feature.

Log in or register to post comments