Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
chimerasaurus.com
Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
1–10 of 19 posts
Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#2Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#3Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#4Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#5Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#6Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#7Sadly the link to the followup ( http://www.evilsoapbox.com/wp-admin/post.php?post=1612 ) fails with a database authentication error.
http://www.chimerasaurus.com/2013/02/raspberry-pi-vs-aws-v2-...
The dynamic link, ie. ?p=1234 has to be served dynamically but the static slug can be served by supercache or similar.
What I find far more fascinating:
EXT3: 329.83 requests/sec
EXT4: 484.27 requests/sec
ext4 is 30% faster than ext3? Really? What's going on there...Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#8Sadly the link to the followup ( http://www.evilsoapbox.com/wp-admin/post.php?post=1612 ) fails with a database authentication error.
Here you go: http://www.chimerasaurus.com/2013/02/raspberry-pi-vs-aws-v2-... The dynamic link, ie. ?p=1234 has to be served dynamically but the static slug can be served by supercache or similar. What I find far more fascinating: EXT3: 329.83 requests/sec EXT4: 484.27 requests/sec ext4 is 30% faster than ext3? Really? What's going on there...
Re: Nginx Requests/Second - Raspberry Pi vs. Amazon EC2
#9However, the only thing this shows is that AWS micro instances are really slow. In the follow-up the author argues that while a small instance is much faster, its also much more expensive. While thats true i dont get the point, the pi is just not a good choice as a public webserver and if you were to use it that way you would need to co-locate it and costs would probably be comparable.
If on the other hand, you use both enviroments for heavy computing purposes it doesnt make sense to bill the EC2 instance with 24/7 as it probably would not need to be on all the time.