Forum OpenACS Development: Re: blueprint and *-init.tcl files

Collapse
Posted by Dave Bauer on
If ns_eval reloads the procedures in scheduled proc interpreter we should switch to using it.

I think in most cases rp_performance_mode_p will be true on an production system and we would skip that step.

The reason it seems to run on every request is for developer convenience. With a scheduled procedure, a reload might not happen immediately. Of course there is a way to force a reload by the developer instead of using the "watch" feature.