johnnyzhong
Programmer
- Oct 27, 2008
- 5
i developed a corba client application which sucessfully compiled and started up normally, but the corba connection would be interrupted rulelessly with a CORBA exception described as CORBA::TRANSIENT.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Click the Start Button,
Click the Run... Start Menu option,
Type Regedit in the 'open' text box of the Run dialog,
Click the OK button.
The Registry Editor should now activate - its display is similar to the Window's explorer,
the left window pane will show the different registry sections.
In the left pane, you need to open the tree and select,
MyComputer->HKEY_LOCAL_MACHINE->System->CurrentControlSet->Services->AFd->Parameters
With this selected on the left pane, the right pane should show (as a minimum):
(default) REG_SZ (value not set)
We need to add two extra values as follows:
(note the two new values are 'DefaultReceiveWindow' and 'DefaultSendWindow'
if these values are already present then please change the values to be
100000 hex)
Assuming they are not present:
Right click in the middle of the right pane, move your mouse cursor over the 'New>' context menu item,
move the mouse over the selection 'DWORD value' and click
a new entry should be created in the right pane:
'New value #1'
Rename this new value to be 'DefaultReceiveWindow' (no spaces!)
Double click the new values, you should then be presented with an Edit DWORD Value dialog.
Change the value data from 0 to 100000, ensure hexadecimal option is selected and then click OK.
The new value should now read:
DefaultReceiveWindow REG_DWORD 0x00100000 (1048576)
Right click in the middle of the right pane, move your mouse cursor over the 'New>' context menu item,
move the mouse over the selection 'DWORD value' and click
a new entry should be created in the right pane:
'New value #1'
Rename this new value to be 'DefaultSendWindow' (no spaces!)
Double click the new value, you should then be presented with an Edit DWORD Value dialog.
Change the value data from 0 to 100000, ensure hexadecimal option is selected and then click OK.
The new value should now read:
DefaultSendWindow REG_DWORD 0x00100000 (1048576)
If the two values were present then double click on each in turn and at the Edit DWORD Value dialog
Change the value data from 0 to 100000, ensure hexadecimal option is selected and then click OK.
Close the registry editor by clicking the X in the top right corner.
re-boot the PC.