How do you start different instances of Firefox not childthreads but new processes on Win 32?

link|improve this question

59% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Multiple profiles on multiple processes: Opening a new instance of Firefox with another profile

link|improve this answer
Ok great thanks! – Chris_45 Nov 19 '09 at 12:59
feedback

Firefox has a "Single Process" model, which basically means you cannot have multiple processes. Read this article for an explanation of why.

link|improve this answer
horsepuckey. see the other answer. this is only correct inasfar as multiple firefox processes can't access the same profile. – quack quixote Nov 19 '09 at 8:59
The program is not intended to run in multiple processes, but I see that it seems to be possible. – C. Ross Nov 19 '09 at 15:35
1  
it's designed to be run on multi-user systems, simultaneously, by differing users, and has been since it was Netscape Navigator. this requires multiple processes to keep user data separate. it is most certainly intended to be used in this way. – quack quixote Nov 19 '09 at 17:53
It is not intended to have multiple processes per user, which he's obviously asking about. – C. Ross Nov 20 '09 at 17:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.