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

Forum OpenACS Development: Problems with ad_parameter_cache and cluster

OpenACS Home : Forums : OpenACS Development : Problems with ad_parameter_cache and cluster

Icon of Envelope Request notifications

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.

+
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

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

will your patches make it into 5.6 ?

Cheers