Re: Automatically lock threads older than a year...
I'm sure there'll be a hack for VB that provides a feature like the one we're discussion here.
The real question is whether the resources (in terms of both server load and maintenance time) work out better than the effort required to deal with occasional zombie threads.
Re: Automatically lock threads older than a year...
Quote:
Originally Posted by
Steve
I'm sure there'll be a hack for VB that provides a feature like the one we're discussion here.
The real question is whether the resources (in terms of both server load and maintenance time) work out better than the effort required to deal with occasional zombie threads.
Well once all the old ones are done, surely its just a case of running a script late every night (when there is little forum activity) to lock all the new, old ones
Re: Automatically lock threads older than a year...
Quote:
Originally Posted by
SiM
Well once all the old ones are done, surely its just a case of running a script late every night (when there is little forum activity) to lock all the new, old ones
Yeap, doing a cron surely would make it less intensive. It all dies down at night anyway :D
Re: Automatically lock threads older than a year...