Forum OpenACS Development: Re: Can we use namespace variables to avoid upvar?

Collapse
Posted by Ivan Lazarte on
It is highly disappointing that namespace variable persistence isn't seen as an issue, as importing tcl extensions (like the above mentioned tcllib) practically becomes impossible.

Watching the logs, I've sort of put together that it falls like this : many requests fall under one connection, and one connection ends the life of a namespace variable.

I guess it has to do with the child interpreter that aolserver uses?

Why hasn't anyone addressed this before? or for Aolserver 4x ?