View Single Post
  #3  
Old March 29th, 2008, 08:04 AM
minimalistic minimalistic is offline
Registered User
 
Join Date: Mar 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
minimalistic is on a distinguished road
I understand the thing with the multiple windows.... It kinda provides the same user experience as spawning multiple instances.

However, I guess those are all sharing the same process and (hence) memory. So it's much less isolated and a potential crash in one of the windows would result in losing all of them...

Otherwise, besides being a bad architectural decision/implementation, I don't find it really as a problem - as I said, the user experience isn't hurt by that (so far).

cheers
Reply With Quote