Of course :) I am proposing to use the Android as an sms gateway between a phone and my server. Pretty simple: a txt is sent to my phone, the phone receives it and sends it off to my server, the server responds to the phone, which responds to the original sender. I'd like to know if Android can handle many of these requests in a short period of time (say one a minute at peak) and if this process is reliable (i.e. where in the process could something go wrong and mess it up, like a failed http post to my server). I understand much of this might have to do with the phone's hardware and signal strength, but let's assume that I am using a standard Droid and have great signal.
Thanks for your help, Matt On Nov 17, 1:50 am, Doug <beafd...@gmail.com> wrote: > On Nov 12, 8:12 am, Matt <smid...@gmail.com> wrote: > > > I'm developing an app > > that has one essential requirement: intercept an incoming text message > > and send it off to an application on a remote server. > > ... > > but I am worried about android's ability to > > process many of these requests in a short time period. I need my app > > to be able to handle many of these intercepted messages every minute. > > Would you mind sharing why you are expecting so many incoming SMS > message to be processed so frequently? SMS isn't really designed to > work this way, and end users certainly wouldn't expect this kind of > behavior under normal circumstances. > > Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en