Forum OpenACS Development: Re: Res: Re: About code executed in a new thread

Collapse
Posted by Raúl Morales Hidalgo on
"It also allows you to reload code when you are using performance mode and the standard reload mechanism does not run"

I'm really interested in this as we are relying in our daily reboot to get the changes in in our production server.

So if I want to reload request-procesor-procs.tcl I just have to run in ds

ns_eval {source /path-of-our-source/packages/acs-tcl/tcl/request-procesor-procs.tcl }

Would it be possible to change apm reload behaviour to match this when performance_p is activated?

Thanks in advance