Python, threading

Aahz aahz at pythoncraft.com
Fri Dec 12 23:17:54 EST 2008


In article <ghr38b$lsv$1 at gregory.bnet.hr>,
SMALLp  <pofuk at email.t-com.hr> wrote:
>
>Hy. I have a problem! I'm making multi thread application (client, 
>server) using wxPython for GUI, and threading.Thread for threding.
>
>Clients connect and when they are connected (evry thread handles one 
>connection) threads change main window.
>
>I neded tip how to make communication between threeds.

http://www.pythoncraft.com/OSCON2001/index.html
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan



More information about the Python-list mailing list