How to use TCP/IP Nagle algorithm at Apple Push Notification

Posted by Mahbubur R Aaman on Programmers See other posts from Programmers or by Mahbubur R Aaman
Published on 2012-11-19T07:08:45Z Indexed on 2012/11/19 11:33 UTC
Read the original article Hit count: 478

Filed under:
|
|

From Apple's Developer Library

The binary interface employs a plain TCP socket for binary content that is streaming in nature. For optimum performance, you should batch multiple notifications in a single transmission over the interface, either explicitly or using a TCP/IP Nagle algorithm.

  • How to use TCP/IP Nagle algorithm in case Apple's Push Notification?
  • How to batch multiple notification in a single transmission over the interface?

Additional # In Apple's Push Notification Urban Airship is a familiar name to send large amount of push notification within several minutes. Does they use TCP/IP Nagle algorithm?

© Programmers or respective owner

Related posts about algorithms

Related posts about apple