R
Richard Maher
Hi,
In case any other JAVA people get bitten by IE8's LCIE "We have to do tabs
in separate processes 'cos we keep crashing all the time" below is a work
around I just found on the net. (If anyone could possibly influence
Microsoft to make it a User-Configurable preference and not just a registry
entry then that'd be great too): -
To the LCIE functionality of Internet Explorer 8, do the following:
Click Start, then Run
Type the following in the run prompt:
regedit
Click OK
Navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Right-click on Main, select New, and click on DWORD Value
Type the following for the name:
TabProcGrowth
NOTE: Creating this key as a DWORD Value automatically sets the value to 0.
This is the value we want set so no further action is needed.
-------------------------------------------------
Personally, I set the value to 1 after reading the following links: -
http://blogs.msdn.com/askie/archive...er-8-0.aspx?CommentPosted=true#commentmessage
http://www.mydigitallife.info/2009/...rocesses-of-ie8-regardless-of-number-of-tabs/
Cheers Richard Maher
In case any other JAVA people get bitten by IE8's LCIE "We have to do tabs
in separate processes 'cos we keep crashing all the time" below is a work
around I just found on the net. (If anyone could possibly influence
Microsoft to make it a User-Configurable preference and not just a registry
entry then that'd be great too): -
To the LCIE functionality of Internet Explorer 8, do the following:
Click Start, then Run
Type the following in the run prompt:
regedit
Click OK
Navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Right-click on Main, select New, and click on DWORD Value
Type the following for the name:
TabProcGrowth
NOTE: Creating this key as a DWORD Value automatically sets the value to 0.
This is the value we want set so no further action is needed.
-------------------------------------------------
Personally, I set the value to 1 after reading the following links: -
http://blogs.msdn.com/askie/archive...er-8-0.aspx?CommentPosted=true#commentmessage
http://www.mydigitallife.info/2009/...rocesses-of-ie8-regardless-of-number-of-tabs/
Cheers Richard Maher