I'm currently working on a bug in Chilimoon. The problem is we're getting the following error messages:
Backend already in use by another thread. _static_modules.Builtin()->Backend: Pike.Backend(0)->`()("Backend already in use by another thread.\n")
This error comes from backend.cmod. After doing some research I've discovered the bug occurs after an cvs checkin of backend.cmod in pike on 2005-01-20. r1.161 is working, r1.163 isn't.
It might be possible this checkin breaks the shuffler which is used by Chilimoon, and not by Roxen Webserver. Roxen Webserver does not have the same problem.