Remoting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Service which exposes a set of COM objects. I am accessing this
service from Desktop client using DCOM. I want to access this service from a
PocketPC client. From what I have read, DCOM and remoting are not supported
in CF 2.0.
What is the best way to access a service running on a desktop form a PPC
client?
 
For an enterprise application to be used in plants, what is the preferred
method- Web sevice or Sockets? And what should be the criteria to make this
choice?
 
There is no "preferred" mechanism. It all depends on your topology,
achitecture and requirements. Either will work just fine. Knowing nothing
of the three, I'd lean toward a Web Service for simplicity, but there could
be factors that lend it to being designed the other way too. Only you can
really answer which is best.

-Chris
 
Back
Top