Don't you open yourself up for a race condition if that code is in a
scheduled proc?

On 2/28/07, Jeff Rogers <[EMAIL PROTECTED]> wrote:

Nick Miller wrote:
> Heya,
>
> I have added:
>
> foreach lostdom [info commands domDoc0*] {
>    $lostdom delete
> }
>
> As you say though, best to make sure you catch them when your dealing
> with them and explicitly delete them.
>
> Thanks
> Nick

Having run into this same problem before I did something similar,
setting up the above as a scheduled proc.  Looking at my code I also
included

     eval unset [info vars ::dom::_node*Attributes]

although I don't recall if this was for tdom or tclxml.

-J


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <
[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the
Subject: field of your email blank.




--
Nathan Folkman
[EMAIL PROTECTED]


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to