Click here to Skip to main content
15,919,931 members
Home / Discussions / COM
   

COM

 
GeneralInstance handle under ATL7 Pin
Daniel Strigl24-Sep-03 22:39
Daniel Strigl24-Sep-03 22:39 
GeneralRe: Instance handle under ATL7 Pin
geo_m25-Sep-03 0:06
geo_m25-Sep-03 0:06 
GeneralCOM Interop - .NET COM events and C++ client Pin
blade24-Sep-03 13:33
blade24-Sep-03 13:33 
GeneralCOleObjectFactory::RegisterAll() causes Assertion Failure in Debug mode Pin
Nirav Thakkar24-Sep-03 4:39
Nirav Thakkar24-Sep-03 4:39 
GeneralRe: COleObjectFactory::RegisterAll() causes Assertion Failure in Debug mode Pin
Member 333748530-Jun-09 2:22
Member 333748530-Jun-09 2:22 
Questionimplement resizing on dynamically created "Kodak Image Edit ActiveX Control"??? Pin
nsaadyah23-Sep-03 21:28
nsaadyah23-Sep-03 21:28 
GeneralActiveX property - Visible in object viewer?! Pin
Daniel Strigl23-Sep-03 20:39
Daniel Strigl23-Sep-03 20:39 
GeneralClear cache of DCOM RPC binding handle Pin
sree_sundaram22-Sep-03 5:19
sree_sundaram22-Sep-03 5:19 
Hello,

I am hoping the DCOM gurus out there can help me with this one. Read on...


Background:
I have a COM+ component sitting on a W2K server.
I have a DCOM client that accesses the COM+ component.
For load balancing, I configure the DCOM client to go via Foundry ServerIron,
which is a load balancing and failover router.
Foundry routes it to one of the real W2K servers attached to it.
A DCOM connection pipe is established between the DCOM client and the W2K server (not Foundry.)
Subsequent calls from this client to the server bypass Foundry and use the cached
RPC binding handle.
This works fine for load balancing.

Problem:
When one of the servers behind Foundry hangs, I would like to clear
the cached RPC binding handle.
That way, any existing cached client connections are immediately terminated.
Since no cache mappings exist, the client will attempt to call the object using its
proxy settings, not the cache settings.
This will result in Foundry receiving the initial call and then transferring it to a working server.
Foundry is immediately notofied when the server hangs and so it knows not to route to the hanging server.

Question:

How can I clear the cache of mappings?
Is it possible to do something at the server side?
Is the RPC binding handle used by DCOM accessible?


Any and all responses will be gratefully accepted.

Thank you,

Sree
GeneralMSXML usage in VC7 COM IDL file Pin
Vivekananda.C22-Sep-03 3:27
Vivekananda.C22-Sep-03 3:27 
GeneralRe: MSXML usage in VC7 COM IDL file Pin
Stefan Pedersen22-Sep-03 3:59
Stefan Pedersen22-Sep-03 3:59 
QuestionQuestion about COM+: How to make a client computer to use a component? Pin
doisy22-Sep-03 0:16
doisy22-Sep-03 0:16 
QuestionImage Edit ActiveX Control? Pin
nsaadyah21-Sep-03 19:56
nsaadyah21-Sep-03 19:56 
GeneralError in installing (Serviced Component) in COM+ Pin
mosessaur20-Sep-03 12:45
mosessaur20-Sep-03 12:45 
GeneralCom interop Pin
Abhijit Desai20-Sep-03 0:14
Abhijit Desai20-Sep-03 0:14 
GeneralSimple ActiveX control without GUI Pin
Daniel Strigl19-Sep-03 4:01
Daniel Strigl19-Sep-03 4:01 
GeneralRe: Simple ActiveX control without GUI Pin
geo_m19-Sep-03 4:57
geo_m19-Sep-03 4:57 
GeneralRe: Simple ActiveX control without GUI Pin
Daniel Strigl19-Sep-03 5:02
Daniel Strigl19-Sep-03 5:02 
GeneralRe: Simple ActiveX control without GUI Pin
geo_m19-Sep-03 5:13
geo_m19-Sep-03 5:13 
GeneralRe: Simple ActiveX control without GUI Pin
Daniel Strigl19-Sep-03 6:50
Daniel Strigl19-Sep-03 6:50 
GeneralATL COM DECLARE_CLASSFACTORY_SINGLETON. Pin
umarcool19-Sep-03 2:19
umarcool19-Sep-03 2:19 
Generalatl com DECLARE_CLASSFACTORY_SINGLETON. Pin
umarcool19-Sep-03 2:18
umarcool19-Sep-03 2:18 
GeneralATL COM Pin
Binayak18-Sep-03 13:06
Binayak18-Sep-03 13:06 
GeneralRe: ATL COM Pin
Stefan Pedersen18-Sep-03 13:44
Stefan Pedersen18-Sep-03 13:44 
GeneralBrowser display coordinates Pin
nikhilkhedkar18-Sep-03 2:38
nikhilkhedkar18-Sep-03 2:38 
QuestionHow to release memory? when calling COM with param type BSTR* from VB exe application Pin
doisy18-Sep-03 2:22
doisy18-Sep-03 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.