This is a discussion on Re: rlm_tcl module within the FreeRADIUS Users forums, part of the Networking and Network Related category; Alexei Chetroi <radius@lexa.uniflux-line.net> wrote: > Hmm, documentation states that TCL was developed as language ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Alexei Chetroi <radius@lexa.uniflux-line.net> wrote:
> Hmm, documentation states that TCL was developed as language easy to > embed in other applications. That's strange for me it has memory leaks > problem. Anyway I'm going to do some experiments to see what happens. It has *intentional* memory leaks. They're not called memory leaks by the TCL people, but they're still problematic. Long-running TCL scripts, unless they're written carefully, may use large amounts of memory. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |