[Haskell-cafe] Re: nun.haskell.org http services down?

Henning Thielemann schlepptop at henning-thielemann.de
Thu May 6 07:02:16 EDT 2010


Ivan Lazar Miljenovic schrieb:
> Malcolm Wallace <malcolm.wallace at cs.york.ac.uk> writes:
>> We think that the apache web server [snip]
> 
> Well, _there's_ your problem!  You're relying on some random project
> written using that completely unsafe C language rather than one written
> using a pure garbage-collected language with strong static typing for
> extra safety! :p

I'm running a web-server that is entirely written in Haskell. I also
have to restart it from time to time. I do it by a cronjob that checks
occasionally whether the web server is still running. I even do not
know, whether there is a memory leak or whether I'm expecting too much
of what that machine can handle at all.

Thus I'd be interested to know whether the code.haskell.org server is
knocked out by Apache's core C code, or by Python code or by Haskell code.


More information about the Haskell-Cafe mailing list