Earlier quoted context omitted.
It's 180ms from a residential Canadian connection so I'd imagine it's similar from some parts of the US. Expecting ~300ms from my Australian ADSL connection (compared to ~190ms to an LA based DigitalOcean instance). vpsbench on Scaleway: CPU model: ARMv7 Processor rev 2 (v7l) Number of cores: 4 CPU frequency: MHz Total amount of RAM: 2022 MB Total amount of swap: 0 MB System uptime: 10 min, I/O speed: 99.6 MB/s Bzip…
Wait, what's the CPU frequency on Scaleway? I just created a test instance with them and ran an open source project of mine. It runs just as fast as anywhere else, but compiling it takes 5 times as long. Investigating further to see if it's just something about my (weird) project. Edit : ah pella posted a comment at the same time as me with details on just how slow the ARM CPU is: https://news.ycombinator.com/item?id…
We are slashing the C1 price by 70 percent
61–70 of 80 posts
Re: We are slashing the C1 price by 70 percent
#62Earlier quoted context omitted.
2015 and people still use Discover cards. Why? I can think of several good reasons to use American Express, despite it being somewhat less widely accepted. But Discover doesn't seem to have any obvious value over a MasterCard or Visa.
Their value is providing competition to Mastercard/Visa. Without Discover, the duopoly would charge even higher transaction costs, etc.
Re: We are slashing the C1 price by 70 percent
#63Earlier quoted context omitted.
It's 180ms from a residential Canadian connection so I'd imagine it's similar from some parts of the US. Expecting ~300ms from my Australian ADSL connection (compared to ~190ms to an LA based DigitalOcean instance). vpsbench on Scaleway: CPU model: ARMv7 Processor rev 2 (v7l) Number of cores: 4 CPU frequency: MHz Total amount of RAM: 2022 MB Total amount of swap: 0 MB System uptime: 10 min, I/O speed: 99.6 MB/s Bzip…
Wait, what's the CPU frequency on Scaleway? I just created a test instance with them and ran an open source project of mine. It runs just as fast as anywhere else, but compiling it takes 5 times as long. Investigating further to see if it's just something about my (weird) project. Edit : ah pella posted a comment at the same time as me with details on just how slow the ARM CPU is: https://news.ycombinator.com/item?id…
Amon's piece is back when Scaleway was way more expensive. Amon says that he started a DigitalOcean Droplet with similar specs to the Scaleway box.
The Scaleway box has 2GB of memeory and 4 cores.
The first Digital Ocean box with more than 1 core and 2GB of memory is $20 a month. That's 6 times more expensive than Scaleway!
It would be interesting to see what the benchmarks would be like on the price competitive Digital Ocean offering (single core, 512MB memory, 20GB Hard disk)
Re: We are slashing the C1 price by 70 percent
#64> We believe that cloud computing is an amazing technology and that everybody should be able to benefit from its advantages. That's why we decided to reduce the price of the C1 Am I the only person who is turned off by that kind of marketing copy? You lowered prices because you thought you could sell more nodes, gain economy of scale, serve as a loss-leader, your costs went down, something. You didn't lower the price…
Re: We are slashing the C1 price by 70 percent
#65For every comparison we should take into account that scaleway offers dedicated hardware, not a VPS. Also I think its important to note that they (currently) only offer one very "small" server model, so your whole application would have to be able to scale horizontally really well to be able to run on such infrastructure. So you can't have a few big database servers and a lot of small stateless application servers, w…
But... Scaleway is a spinoff of Online.net which offers fine (and cheap) dedicated Intel servers. I don't know (yet) the ping between Scaleway and online.net but it's probably low enough to allow scaling "workers" on ARM servers, while DBs are kept on 64bits dedicated Intel servers. Also if you want to scale horizontally, you probably want to scale on more than one datacenter (online provides that too).
Also, they are offering VPC by default, the nodes seem to have only one network interface which defaults to private network, and external traffic is routed to private network with specific firewall rules. Also, they are offering ip failover, I think you can attach or move external ips at runtime between servers without configuring anything on the nodes (just from API).
For online.net I know they are offering DDOS protection for higher priced servers, I'm now sure if they are supporting this for scaleway, but you can always reverse proxy from online.net server to scaleway to achieve horizontal scalability if this is an issue.
Re: We are slashing the C1 price by 70 percent
#66> We believe that cloud computing is an amazing technology and that everybody should be able to benefit from its advantages. That's why we decided to reduce the price of the C1 Am I the only person who is turned off by that kind of marketing copy? You lowered prices because you thought you could sell more nodes, gain economy of scale, serve as a loss-leader, your costs went down, something. You didn't lower the price…
Re: We are slashing the C1 price by 70 percent
#67Re: We are slashing the C1 price by 70 percent
#68> We believe that cloud computing is an amazing technology and that everybody should be able to benefit from its advantages. That's why we decided to reduce the price of the C1 Am I the only person who is turned off by that kind of marketing copy? You lowered prices because you thought you could sell more nodes, gain economy of scale, serve as a loss-leader, your costs went down, something. You didn't lower the price…
Re: We are slashing the C1 price by 70 percent
#69Earlier quoted context omitted.
Wait, what's the CPU frequency on Scaleway? I just created a test instance with them and ran an open source project of mine. It runs just as fast as anywhere else, but compiling it takes 5 times as long. Investigating further to see if it's just something about my (weird) project. Edit : ah pella posted a comment at the same time as me with details on just how slow the ARM CPU is: https://news.ycombinator.com/item?id…
One thing with those benchmarks: Amon's piece is back when Scaleway was way more expensive. Amon says that he started a DigitalOcean Droplet with similar specs to the Scaleway box. The Scaleway box has 2GB of memeory and 4 cores. The first Digital Ocean box with more than 1 core and 2GB of memory is $20 a month. That's 6 times more expensive than Scaleway! It would be interesting to see what the benchmarks would be l…
Scaleway, using one of four 1332 bogomips processors and 2GB RAM (~$3.30/mo):
Test execution summary:
total time: 685.4730s
total number of events: 10000
total time taken by event execution: 685.4637
per-request statistics:
min: 68.52ms
avg: 68.55ms
max: 75.46ms
approx. 95 percentile: 68.58ms
Digital Ocean, using the sole 4600 bogomips processor and 512MB RAM ($5/mo): Test execution summary:
total time: 34.9343s
total number of events: 10000
total time taken by event execution: 34.9257
per-request statistics:
min: 2.88ms
avg: 3.49ms
max: 8.00ms
approx. 95 percentile: 3.68ms
Commandline: $ sysbench --test=cpu --cpu-max-prime=20000 runRe: We are slashing the C1 price by 70 percent
#70C1 is probably not an extremely performant machine, so what is the preferred solution for database hosting? I guess the latency will be too high if we host the database remotely i.e. outside Scaleway but the C1 instance might be not good enough to host a database which is normally the main bottleneck?