View Single Post
  #2 (permalink)  
Old 16th April 2009, 01:30 PM
matthew858's Avatar
matthew858 matthew858 is offline
Will code for food
 
Join Date: May 2008
Location: Sydney, Australia
Posts: 2,034
View matthew858's Twitter Page
Default

Just something with push that I mentioned in the chat last night - with push, every iPhone is connected to Apple's servers, not the developer's. Developers get handed the unique identifier through Apple, which is then used to send messages. If a dev wants to send a message, it is sent to Apple's server; it is up to Apple's servers to work out where to send it (which is where the iPhone's identifier comes in). Tech sites have blown out of proportion the server power needed to actually run the service; pretty much any web server can do it, as we can only send messages up to 256 bytes.

One of the best podcasts I've ever listened to by the way!
Reply With Quote