Re: GUI is non-responsive during a long database interaction

Liste des GroupesRevenir à cl tcl 
Sujet : Re: GUI is non-responsive during a long database interaction
De : rich (at) *nospam* example.invalid (Rich)
Groupes : comp.lang.tcl
Date : 06. Mar 2025, 20:52:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqcudn$346r4$1@dont-email.me>
References : 1
User-Agent : tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Alan Grunwald <nospam.nurdglaw@gmail.com> wrote:
In the meantime, I tried to execute the database interaction in a
separate thread (?) by running it as an [after idle] script but this
didn't have the desired effect

An after idle script is not a "separate thread", as you've now
discovered.

For real threads, use the 'thread' extension:

https://www.tcl-lang.org/man/tcl/ThreadCmd/thread.htm


Date Sujet#  Auteur
6 Mar 25 * GUI is non-responsive during a long database interaction4Alan Grunwald
6 Mar 25 +* Re: GUI is non-responsive during a long database interaction2Rich
6 Mar 25 i`- Re: GUI is non-responsive during a long database interaction1ted@loft.tnolan.com (Ted Nolan
6 Mar 25 `- Re: GUI is non-responsive during a long database interaction1et99

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal