Sujet : Re: too many nested evaluations (infinite loop?)
De : jonkelly (at) *nospam* fastmail.fm (Jonathan Kelly)
Groupes : comp.lang.tclDate : 22. Jun 2025, 20:27:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1039lfa$n2fg$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 23/6/25 03:48, saito wrote:
Hard to say without a more complete code snippet and lots of time. I suspect your "after" callbacks are interfering with each other, perhaps over the log file access. You already have two in the sample code, and there may be more, in ClearExpired, saveSeen, etc. How large does the log file get?
But isn't the TCL event loop single threaded?