Hi, When we eventually decide on a policy to set properties, I was wondering how we would go about implementing it.
Should the policy be absolute? Ie should the code that determins the policy be hidden inside the task engine/container (in this case hiddden in TaskContext implementation)? Or should it be pushed into tasks? Pushing it into the task means we will probably repeat the same code in multiple places? (Or worse apply policy inconsistantly). Putting it in the engine/container means tasks have no easy way of getting round the policy. Any thoughts on implementation strategies? Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
