Re: How to handle large number of users



FYI, your cell phone app won't interact with a database directly. Typically
mobile apps communicate over SMS or a direct IP connection. In either case,
the server handling the millions of transactions is like a web server
application. And yes, if done properly, these server applications will
scale to handle your loads.

The SMS interactions are usually translated to some backend processing which
does the real database communications. In really large systems, we use
Messenging Systems between the SMS handler and the database app such that
transactions can be queued rather then making others wait. These topics are
well covered in Enterprise Computing and Distributed Computing publications.

Stick with good frameworks for each tier and you should have no problems.
Start from scratch and you've got a lot of testing ahead of you.

DaveH





"Sandeep Chandra" <sandeep_c24@xxxxxxxxx> wrote in message
news:4791cc54@xxxxxxxxxxxxxxxxxxxxxxxxx
At this stage I am just trying to study what will be required to get such
a big application to work. The reason I was asking this question here was
to find out if anyone here has done anything this big and how to go about
doing things for such a big job.

The client app will work on mobile phones using WinCE and it is just a
small app updating some tables in the database on the server.

I think the system is mission critical as the mobile phone has to be
disabled (disable calling and sms) based on certain conditions and if not
done the company will loose money. So, if the company thinks they will
have millions of user and if they loose 1 dollar on a single mobile they
end up loosing millions.

Regards

Sandeep


.



Relevant Pages

  • Re: DMFP - "content download failed" error on Pocket PCs
    ... I don't have a SMS 2003 site I ... That way the device couldn't lookup up the DP site server name. ... >>> But we have a special mobile solution, ...
    (microsoft.public.sms.admin)
  • Re: Override use of PCs IP stack/DNS when connected via ActiveSyn
    ... The name I'm trying to resolve is XYZ. ... From then on the app uses XYZ ... the server without any mods on the mobile or the PC. ...
    (microsoft.public.pocketpc.activesync)
  • Re: Newbie question...
    ... its exactly like SMS text message that we do with our mobile ... phones. ... Look for SmsOpen/SmsClose function is Windows Mobile ... Write server side scripts (ASP, ...
    (microsoft.public.pocketpc.developer)
  • Data gone missing on sync
    ... Mobile 5.0 Pocket PC and syncing with sql 2005 server. ... After I start the app, edit the setting for the app (db location, pwd/ ... usr etc) and sync the db with the server I get two rows of data. ...
    (microsoft.public.sqlserver.ce)
  • Setting up and testing mobile device
    ... I have just developed a mobile application and need to test it on a live ... when the web app returns a response makes a request diagram ... is used by the sms test server uses which i am not sure of ??(which i suppose ...
    (microsoft.public.windowsce.app.development)