Mugunth Kumar has a great blog post titled “Mobile apps and concurrent connections” with some fantastic details about the HTTP spec and how most browsers handle concurrent connections to a server, what optimizations he’s made in MKNetworkKit, and some things to keep in mind while developing mobile apps that request resources over the network.
MKNetworkKit is available from GitHub and CocoaPods for both OS X and iOS. I haven’t compared it to AFNetworking but it would be interesting to do so, perhaps in a future blog post.
Legacy Vulnerabilities AKA Software Senescence
Does your business still have an XT computer in the back office because it's running that one version of some database software that your business depends on? Yeah, we know there is. Most modern software doesn't work like that. If you aren't keeping your custom...