Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2308 visitors today
Log In Register

Forum OpenACS Development: Re: sec_sweep_sessions can hang forever if database breaks

OpenACS Home : Forums : OpenACS Development : Re: sec_sweep_sessions can hang forever if database breaks : One Message

+
Posted by Andrew Piskorski on
Steve, yes, the -thread option to ns_schedule_proc (which ad_schedule_proc just passes along) is what I referred to above. If I remember correctly, that starts up a new thread for every individual run of the job, and then kills it. If the main scheduler thread is locked up, will the thread for the new job ever get spawned? I'd need to test it, but I suspect the answer is no, it will not.