About the http memleak, if you're using pop3 and gmail account, please
update it (i've fixed it a few days ago).

Maybe we can use the profiler from tcllib (but i don't know how it works)

>From a previous message from Youness :
set fd [open log w]; foreach var [info globals] {global $var; puts $fd
"$var : " ; catch {puts $fd "[string length [set $var]]\n"} ; catch { puts
$fd "[string length [array get $var]]\n"} }; close $fd

set fd [open log w]; foreach namespace [namespace children ::] {foreach
var [info vars "${namespace}::*"] {puts $fd "$var : " ; catch {puts $fd
"[string length [set $var]]\n"} ; catch { puts $fd "[string length [array
get $var]]\n"} }  }; close $fd


--
Boris FAURE (aka billiob)
mail, msn : [EMAIL PROTECTED]
No trees were killed in the sending of this message.
However, a large number of electrons were terribly
agitated.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to