Well, I'm not too sure what you're concerned about. Given that your phone can run a web browser that will make tens of HTTP requests to a web server per minute to render typical web pages with images, I don't think you're asking for something out of its normal capability.
With any network communication, failure is always an option, especially for mobile devices whose connectivity can come and go at any instant. You do need to anticipate that and recover from errors if you want to provide reliable service. On Nov 17, 1:27 pm, Matt <[email protected]> wrote: > 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 <[email protected]> wrote: > > > On Nov 12, 8:12 am, Matt <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

