How to use TCP/IP Nagle algorithm at Apple Push Notification
- by Mahbubur R Aaman
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?