Re: [Haskell-cafe] Haskell on a VPS

2009-07-24 Thread Jeremy Shaw
At Thu, 23 Jul 2009 10:53:40 -0400, John Van Enk wrote: > > Has any one used a service similar to (or equivelant to) Slicehost or > Linode to run Haskell network applications? Ok, I discovered an issue with some VPSes. There are two virtualization technologies in common use, OpenVZ and Xen. With

Re: [Haskell-cafe] Haskell on a VPS

2009-07-24 Thread Bit Connor
On Thu, Jul 23, 2009 at 6:12 PM, 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. There used to be problems with ghci running und

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Peter Robinson
> Has any one used a service similar to (or equivalent to) Slicehost or > Linode to run Haskell network applications? Since last year I've been using a VM at bytemark.co.uk as a remote development/testing machine. Never had a problem deploying Haskell webapps there, although compiling large packag

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Don Stewart
bos: > On Thu, Jul 23, 2009 at 8:12 AM, 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. > > > I don't know abou

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Bryan O'Sullivan
On Thu, Jul 23, 2009 at 8:12 AM, 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. > I don't know about typical VPS setups, but

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread John Van Enk
It's a synchronization node for my VPN application written in Haskell. All it has to do is catch UDP packets, and keep a teeny tiny amount of state. I just don't have the resources to host that my self in a reliable way. On Thu, Jul 23, 2009 at 11:44 AM, Anton van Straaten wrote: > 3MB?  You're go

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Anton van Straaten
3MB? You're going to host "Hello World" on a VPS? ;) John Van Enk wrote: Yeah, it crossed my mind, but since my application only uses 3MB of memory in Linux, I think I'll be ok. :) On Thu, Jul 23, 2009 at 11:38 AM, Anton van Straaten wrote: John Van Enk wrote: No, I just want to know if th

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread John Van Enk
Yeah, it crossed my mind, but since my application only uses 3MB of memory in Linux, I think I'll be ok. :) On Thu, Jul 23, 2009 at 11:38 AM, Anton van Straaten wrote: > John Van Enk wrote: >> >> No, I just want to know if there are any gotchas in the typical VPS >> setups that for some strange re

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Anton van Straaten
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 appl

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread John Van Enk
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. Thanks. On Thu, Jul 23, 2009 at 11:08 AM, Jeremy Shaw wrote: > At Thu, 23 Jul 2009 10:53:40 -0400, > John

Re: [Haskell-cafe] Haskell on a VPS

2009-07-23 Thread Jeremy Shaw
At Thu, 23 Jul 2009 10:53:40 -0400, John Van Enk wrote: > > Has any one used a service similar to (or equivelant to) Slicehost or > Linode to run Haskell network applications? I have run happstack applications on vpslink and rimuhosting VPSes. (I build everything as .debs and then just install th

[Haskell-cafe] Haskell on a VPS

2009-07-23 Thread John Van Enk
Has any one used a service similar to (or equivelant to) Slicehost or Linode to run Haskell network applications? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe