[Haskell-cafe] Haskell on a VPS

Anton van Straaten anton at appsolutions.com
Thu Jul 23 11:38:07 EDT 2009


John Van Enk wrote:
> No, I just want to know if there are any gotchas in the typical VPS
> setups that for some strange reason wouldn't like Haskell binaries. I
> couldn't think of any, but I miss details some times.

One detail you should check is that the VPS has enough memory for the 
Haskell applications you intend to run.  RAM tends to be the most 
constraining factor on cheaper VPSes, and Haskell apps aren't always the 
most lightweight users of RAM.  (At least, mine aren't.)

Anton


More information about the Haskell-Cafe mailing list