Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Terminal Services over 3g .. how much
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01041690
Message ID:
01042031
Views:
25
Hi, Gerard.

>>Traffic would be minimal
>Would this be the case ? Same 'data' would still have to go down the wire, No. ??
>
>If a list of customers is required, the salaesman still has to download say 200 x names and address, in order to see them on the remote device, and surely it does not matter (from the Data movemnent volumes) wheter this is done using a Browser or through Terminal Services ?

No, it is not the same amount of data. Terminal Services is sending deltas of the screen to the client, no data at all is going trough except this image. Even so, in a good designed Web application you tipically don't send the 200 customer records, but a smaller set based on some kind of filtering or paging mechanism.

Also, I'm assuming that you're talking about a Pocket PC device, where the Terminal Service client is not the most efficient one, and GPRS does not usually provide the best response time. A web app, on the other hand, could be quite prompt.

>>...the application will surely be easier to use. I don't think you'll have a very good user experience with Terminal Services over GPRS...
>As the app runs on the server , should'nt the experience be essentially the same, except in Terminal Services it is easier to prgram it as you are essentially programming a desktop app

Again, assuming a PPC app, you'll have to design special forms to adjust to the small screen, and what looks good and is usable in a typical desktop application don't necesarilly is the same for a stylus-based application.

If the use-cases are as simple as you told in the previous mail, I guess a web application coudl be really simple to put up; chaper and simpler to deploy also. But of course it all depends on your experience and existing infrastructure.

Best luck,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform