Re: overhead using remoting vs. TCPIP listener

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Since the Compact Framework has no support for remoting the question is
somewhat academic. If you're wanting to minimize byte transferral your best
bet is probably a UDP connection and compressed data.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


"Kai Fransson" <KaiFransson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4CDB5249-18F2-4E8C-B648-8BC0406C82C0@xxxxxxxxxxxxxxxx
Hello!

I'm developing an application for mobile devices (using Windows mobile or
CE) that communicate with a server using GPRS. The cost for using GPRS is
cost/byte sent/received. Therefore I need to minimize bytes sent/received.

The mobile unit will periodically (every third minute or so) send some
data
to the server (not a lot - we're talking appr. 200 bytes). Communication
between mobile unit and server is stateless - so a single communication
will
consist of
1. Create connection
2. Pass data to server (or possible fetch data)
3. Terminate connection

My question is if the mobile application were to use .NET Remoting for
this
communication - would the overhead (counted in bytes) be too big? Would it
be
better to create my own Socket communication over TCP/IP?

Thank you in advance
Kai




.



Relevant Pages

  • Re: overhead using remoting vs. TCPIP listener
    ... I have constructed a custom communication protocol and written a serverside ... so that mobile devices are actually able to connect ... CE) that communicate with a server using GPRS. ...
    (microsoft.public.windowsce.app.development)
  • Re: overhead using remoting vs. TCPIP listener
    ... I take it from your response, however, that UDP is a more effective ... I'm developing an application for mobile devices (using Windows mobile ... CE) that communicate with a server using GPRS. ... between mobile unit and server is stateless - so a single communication ...
    (microsoft.public.windowsce.app.development)
  • Re: Remoting security
    ... client and server in .Net Remoting. ... So all communication which goes over wire, ... > authorization, or encryption. ...
    (microsoft.public.dotnet.security)
  • Re: Client - server communication
    ... Wouldn't mind seeing some of your examples of using remoting to do simple communication between client and server if you have any. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Email issues with hosting
    ... I would like to confirm if the mobile' mailboxes on Internet mail server. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)