I am creating a web site in Objective-C, running with CGI and Apache, and, because people don't have patience, I want to create it as fast as possible.
So the main question: Does static linking result in faster loading than dynamic linking?
Of course, the binary will be bigger, but.. the system has to read less files.
P.S. I do care about miliseconds.