Re: DCOM doubt help --So urgent
Yes, DCOM can help this problem. If the client and server are both
Windows based, consider using COM+ since it simplifies the use of DCOM.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com
"rohini.ganesan@xxxxxxxxx" <rohini.ganesan@xxxxxxxxx> wrote in message
news:1173942333.116165.190070@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Actually ,Now we generating some messages,commands, which used inside
the Ewsd switches, happending in CLIENT side ,problem is, for each
generation,accessing the Database which is in server side takes a lot
of time ,so planning to transfer the generation in SERVER side
itself .to avoid accessing the Database often and make the generation
as fast .
The query is, IS DCOM technology will help me ,regarding this
probem .else suggest which technology is solve my problem .
Expecting ur's valuable suggestions ...
Thanks in advance ..
.
Relevant Pages
- Re: Remote DCOM on WinCE 6.0
... as in the client case. ... allowing the selected user name to start the server or, at least, access the ... You have to make sure that your code to actually create the remote ... Once you have all of that, run your DCOM client application in the ... (microsoft.public.windowsce.embedded) - Re: DCOM security in Windows Server 2003 SP1
... it's unfortunate that they chose a different name for it in the server edition if it's indeed the same thing. ... DCOM by one account or set COAUTHINFO in COSERVERINFO in CoCreateInstanceEx) with special activation privilege, for example, a domain account in the newly created build-in group "Distributed DCOM user", and switch back to the identity that runs the client program after the activation? ... like to grand remote activation permission to "Everyone" in the computerwide restrictions or DCOM limits whatever it is called, just because our client program fails. ... (microsoft.public.win32.programmer.ole) - Re: Remote DCOM on WinCE 6.0
... Now we're focussing on loading the server ... as in the client case. ... applet's Network ID tab to be a user name and password that the remote ... Once you have all of that, run your DCOM client application in the ... (microsoft.public.windowsce.embedded) - Re: Remote DCOM on WinCE 6.0
... In fact, the WinCE device will run the server, not the client. ... You have to make sure that your code to actually create the remote object ... Once you have all of that, run your DCOM client application in the debugger ... (microsoft.public.windowsce.embedded) - Re: COM question
... A DLL-based server with a custom interface *not* involving any weird ... This server will run on Windows CE 3 on this device and can be ... A client for above server compiled for Windows XP and connecting to the ... The CE device has the DCOM flag in the registry ... (microsoft.public.windowsce.platbuilder) |
|