You Are Here:

Community: Developer Discussion Boards

#1 Old 'Asynchronous' versus 'Synchronous' application - 1970-01-01, 02:00

Join Date: Mar 2003
Posts: 11
whitecf
Offline
Registered User
The EAIF documentation suggests it is advantageous for an application to operate as 'asynchronous' however this gives rise to a potential complication I mentioned in an ealier post enquiring about identifying multiple MMSC's connecting to a single application. So I have to ask if there is a strong technical argument for not simply operating as a 'synchronous' application?

#2 Old RE: 'Asynchronous' versus 'Synchronous' application - 1970-01-01, 02:00

Join Date: Mar 2003
Posts: 260
Location: Texas, USA
quyen's Avatar
quyen
Offline
Regular Contributor
Synchronous applications can only handle one message at a time because (by nature) it waits for the message status response before sending the next message. This can be time and resource costly if you have a large number of messages. It increases the amount of time your application (and the MMSC) spends on each message and also ties up resources that can be used for other processing.

Asynchronous applications are recommended because they make more efficient use of the MMSC and network resources. For example, an application that needs to send large batches of MMS messages can have them all sent immediately... without having to wait for a status report between each message.

Operating as a synchronous application is necessary when it is important to know the result of the sent message before sending the next message. Therefore, if there is large number of messages to be sent... the application would sent 1 message to the MMSC. Then, the MMSC would send 1 message out, wait, and send a message status back to the application through the same interface. After all this, then, the next message can be sent to the MMSC.

~quyen
Closed Thread « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia