Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54468

Making it a MultiThread!

X-Received by 10.224.112.133 with SMTP id w5mr2250348qap.5.1379681776113; Fri, 20 Sep 2013 05:56:16 -0700 (PDT)
X-Received by 10.49.74.234 with SMTP id x10mr28981qev.13.1379681776098; Fri, 20 Sep 2013 05:56:16 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!d5no1189206qap.0!news-out.google.com!gv3ni775qab.0!nntp.google.com!d5no1245722qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Fri, 20 Sep 2013 05:56:16 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=67.89.229.10; posting-account=KIdbygoAAADapJFDaqHBJ9DKo-VEhv4F
NNTP-Posting-Host 67.89.229.10
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <49c2ddff-9b80-4c0f-9272-2691f5f752d0@googlegroups.com> (permalink)
Subject Making it a MultiThread!
From stas poritskiy <stascrash@gmail.com>
Injection-Date Fri, 20 Sep 2013 12:56:16 +0000
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Xref csiph.com comp.lang.python:54468

Show key headers only | View raw


Hello All!

I have a general question, 
i was posting here earlier while trying to troubleshoot a few things while developing an application, i was able to hit all of my goals, and make things work! Thank you all who contributed to my research, and again, sorry for poor formatting of the threads, i am slowly learning;)

I am working on integration of multiple GUI (Tkinter) elements, such a progress bar, label update, etc, and throughout my research i discovered that i need to have Threading modules used to distribute the calls for GUI update and processing of my main App.

My Application is broken into multiple Classes(modules), and i wanted to hear your thought on the best practices to implement the Threading model.

I was thinking to create a new py-module, and reference all other modules/class to it, and create thread.start() objects, that would execute the GUI part, other will handle GUI Updates, and other - will be doing the processing.

Please share some of your thought on this approach, or maybe you may suggest a more effective way.
thanks !

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Making it a MultiThread! stas poritskiy <stascrash@gmail.com> - 2013-09-20 05:56 -0700
  Re: Making it a MultiThread! stas poritskiy <stascrash@gmail.com> - 2013-09-20 09:11 -0700
    Re: Making it a MultiThread! Piet van Oostrum <piet@vanoostrum.org> - 2013-09-21 21:00 -0400
      Re: Making it a MultiThread! Chris Angelico <rosuav@gmail.com> - 2013-09-22 11:18 +1000
      Re: Making it a MultiThread! stas poritskiy <stascrash@gmail.com> - 2013-09-23 07:14 -0700
        Re: Making it a MultiThread! Piet van Oostrum <piet@vanoostrum.org> - 2013-09-24 07:28 -0400

csiph-web