Joined April 2012
·
Achievements
242 Karma
8,567 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Lab 3
Have at least three original repos where C# is the dominant language
Lab
Have at least one original repo where C# is the dominant language
@adelevie: I can't give you any useful information about performance as a) i don't have any benchmarks and b) I don't really care because this setup is meant for development primarily.
I assume though that the performance should not be a problem, as
a) It's rack, and rack is fast
b) you can configure which rack server to use
c) it only serves static files, so there's hardly no overhead
d) the bottleneck will be HTTP and the network
That being said, I don't think that you'll have any noticeable performance differences between serving from s3 and serving from rack.