yeah, felt that at the shore
We're looking for even cheaper bandwidth for streaming audio. Can anyone recommend a vendor to provide 150mbit+ bandwidth on a vps platform or rented server platform?
FWIW, I'd love to see support for icecast or shoutcast streams.
Thanks to all contributed to this clever hack. MP3 on all browsers, without flash, is a really worthy goal. But I'm hearing sputtering, myself. Are you guys going to carry this to a production-capable system?
Those docs refer to ephemeral storage. I haven't seen any claims by Amazon or test results that indicate it is also true for EBS volumes. I have been meaning to test this myself.
Another thing to consider is that EBS offers snapshot backups and is therefore not functionally equivalent to the ephemeral disk which is not durable. Ephemeral disks offer more predictable performance, especially on…
Do you RAID them? What size instances do you use? EBS seems susceptible to poor performance when there is contention on your instance's shared network card or contention on the EBS device itself. Vacuums use sequential…
Nice work. It would be nice to know which projects have production sites that store the primary copy of data in these projects, as opposed to a secondary copy that is used for fast reads.
keep multiple snapshots so that you can recover files after you delete them yourself. #!/bin/sh AWS_ACCESS_KEY_ID=<> AWS_SECRET_ACCESS_KEY=<> BUCKET=<> DIR=<> S3SYNC=/usr/bin/s3sync.rb…
it's analysis, not an advocacy for a bubble http://krugman.blogs.nytimes.com/2009/06/17/and-i-was-on-the...
You are of course correct, but that's not related to what I'm getting at. My question raised the point that the server would not be able to tell the difference, after an interruption, between session state that the…
When you start a local shell, you can generate some session identifier (export DURABLE_SESSION=$RANDOM) and put it in your environment. Then have your ssh client send it to the server with "-o SendEnv DURABLE_SESSION".…
Last-Modified: Fri, 01 Dec 2000 21:15:34 GMT
yeah, felt that at the shore
We're looking for even cheaper bandwidth for streaming audio. Can anyone recommend a vendor to provide 150mbit+ bandwidth on a vps platform or rented server platform?
FWIW, I'd love to see support for icecast or shoutcast streams.
Thanks to all contributed to this clever hack. MP3 on all browsers, without flash, is a really worthy goal. But I'm hearing sputtering, myself. Are you guys going to carry this to a production-capable system?
Those docs refer to ephemeral storage. I haven't seen any claims by Amazon or test results that indicate it is also true for EBS volumes. I have been meaning to test this myself.
Another thing to consider is that EBS offers snapshot backups and is therefore not functionally equivalent to the ephemeral disk which is not durable. Ephemeral disks offer more predictable performance, especially on…
Do you RAID them? What size instances do you use? EBS seems susceptible to poor performance when there is contention on your instance's shared network card or contention on the EBS device itself. Vacuums use sequential…
Nice work. It would be nice to know which projects have production sites that store the primary copy of data in these projects, as opposed to a secondary copy that is used for fast reads.
keep multiple snapshots so that you can recover files after you delete them yourself. #!/bin/sh AWS_ACCESS_KEY_ID=<> AWS_SECRET_ACCESS_KEY=<> BUCKET=<> DIR=<> S3SYNC=/usr/bin/s3sync.rb…
it's analysis, not an advocacy for a bubble http://krugman.blogs.nytimes.com/2009/06/17/and-i-was-on-the...
You are of course correct, but that's not related to what I'm getting at. My question raised the point that the server would not be able to tell the difference, after an interruption, between session state that the…
When you start a local shell, you can generate some session identifier (export DURABLE_SESSION=$RANDOM) and put it in your environment. Then have your ssh client send it to the server with "-o SendEnv DURABLE_SESSION".…
Last-Modified: Fri, 01 Dec 2000 21:15:34 GMT