Forum OpenACS Development: Problems with ad_parameter_cache and cluster

Hi!

When I change a parameter value inside a package, this parameter isn't flushed across the cluster nodes.

I was viewing the code of util_memoize and I have discovered that it uses ns_cache, and parameters use nsv_set.

Is There any solution for this problem?

Thanks.

Collapse
Posted by Dario Roig on
Hi Luis!

We have solved this problem in our cluster system. You can download the path in this file.
http://aulavirtual.uv.es/ficheros/view/dotlrn-uv-packages/cluster/parameterxprocs.tcl.patch

We have a lot of changes to solve the other problems with the cluster: permissions, site_nodes, etc. We are preparing a tar with the files.

Grettings

Collapse
Posted by Luis Ig. Bacas on
Thanks a lot for reply me and for the patch file.
Collapse
Posted by Malte Sussdorff on
Hi Dario,

will your patches make it into 5.6 ?

Cheers