> In fact there is a long-standing problem in the HTTP server that > causes the factorcode.org server to leak memory. It crashes once or > twice a month nowadays. Are you seeing the same problem?
No I asked because I've run into this sort of problem with several platforms now. It's pretty hard to debug and it's arguably more important than traditional profiling, because RAM ends up being a bigger constraint than just 'it's running slowly'. Poor-man's profiling is easy to build in userland, but memory profiling usually requires some low-level support. Fortuitously enough, there was a discussion today about space leaks in haskell: http://news.ycombinator.com/item?id=2620002 ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
