Cloud Server Service or Colocation?

User avatar
Hansi
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Cloud Server Service or Colocation?

Post by Hansi »

I've used this as an alternative to Amazon for stuff that needed to be always on for multiple months with high RAM and HDD reqs: http://www.kimsufi.co.uk/



Doesn't allow for burst scaling but that's not what I was after.
User avatar
curvefitter
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Cloud Server Service or Colocation?

Post by curvefitter »

Building from source might be complicated but if you choose ubuntu or debian there apparently are ready made binary packages that you can install with these 3 commands:



sudo apt-get install r-base

wget http://download2.rstudio.org/rstudio-server-0.96.316-i386.deb

sudo dpkg -i rstudio-server-0.96.316-i386.deb



amazon would probably be your only choice if you decided to do some huge backtests -- you could execute them in parallel over multiple instances using the doMC package... but i seem to understand this is not the case (yet)
User avatar
Strange
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Cloud Server Service or Colocation?

Post by Strange »

Cool! This looks like the best solution (lots of HD/RAM at the expence of traffic). I don't really need burst scaling either, this is much more of a storage+development platform.



PS. would they be ok w me being in the US and all?
--That word, you keep using that word! I don't think it means what you think it means
User avatar
Hansi
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Cloud Server Service or Colocation?

Post by Hansi »

Yes, should be okay. I know some US guys doing iOS games that use them for their European originating traffic and they didn't mention any issues signing up.
Post Reply