Forum OpenACS Q&A: Re: Lots of tcl_url2file request processor errors in log file

No worries. It just means that you're running in performance mode and haven't been running long enough yet that all your connection threads have a cached url-to-file mapping.

Incidentally, anyone know why this is done with a global variable rather than an nsv_array? Seems like it would bootstrap the caching a lot quicker that way. Perhaps, like tcl_site_nodes, it could fall back to an nsv_array.