Hi,

Sorry, I didn't understand that you were referring to SMSServer...
The latter uses notifications internally in order to quickly store inbound
message to the db. But I guess with your own app, you will have better
control, as you will skip the db scanning procedure. You could create a
special SMSServer Interface which would include your logic as well.

How "fast" is fast? SMS is not the fastest thing in the world...
2009/8/4 Pietro <[email protected]>

>
> Thanks Thanasis. I suppose SMSServer can't do Callbacks and I must to
> do my own server because I don't see that in the docs.
> Just checking.
>
> Thanks again.
>
> Pietro
>
> On Aug 4, 2:25 pm, Thanasis <[email protected]> wrote:
> > If you require fast response, implement the callback handlers.
> > More here:http://code.google.com/p/smslib/wiki/SMSLib_Callbacks
> >
> > On Jul 31, 8:16 am, Pietro <[email protected]> wrote:
> >
> > > I am planning and application manage emergency situations. That
> > > application will not manage a lot of sms, but must do respond to
> > > requests in a fast way. To do that, setting.inbound_interval property
> > > must be small as possible. Suggested values in docs are about hundreds
> > > of seconds, but i need to set it about 10 seconds or less. Can this
> > > harm my phone?.
> >
> > > In the other side, I can try to use JavaME to send in async mode the
> > > incoming messages to computer and think this will be more efficient.
> > > Someone has experience doing this?.
> >
> > > Thanks
> >
> > > Pietro
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" 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/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to