On 7/16/07, steve donovan <[EMAIL PROTECTED]> wrote:
I think you're going to need threads!
On mature reflection, threads are more trouble than they're worth. One still has the old problem of communicating with a GUI thread, which SendMessage does for us semi-magically.
Instead, when a job finishes with a 0 exit code, and there's something left in the job queue, just do it again until the queue is finished. BTW, I've noticed that one doesn't always get a 0 exitcode with the GTK version, particularly if I'm using make. This would be a problem for a job queue. steve d. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
