I understand this problem a bit better now, but I'm still confused
about the exact nature of the error ("bogus handlers").When I posted originally, I was convinced the error had something to do with WIRE connections behind made from each of the client processes to the server process. That's incorrect. The past few days, we turned all the client processes off, and the error still occurred inside the server process, so it had nothing to do with WIRE. But since the server process is doing vanilla I/O on the local filesystem -- using (with-open-file) -- to read and write files it owns (there's also plenty of disk space), I'm not sure what the "bogus handlers" message means exactly. I've looked for references to explain this message, but couldn't find any. Could anyone point me to an explanation, or help me understand what is happening? And as part of that, does anyone know whether or not the function I mentioned earlier -- (clear-bogus-handlers) -- would clear that error, assuming I put it as a condition in the right place in my server code?
