python installation with "linuxthread"

¾ÈÀº¼® esan at moimstone.com
Wed Nov 19 02:05:24 EST 2003


Hello!

Always I get many help form "comp.lang.python"

I am developing appl. with pyfltk extention.(fltk extention module) as a gui
toolkit.
To handle network event , gui event and  others, I need a couple of thread.
For example
   1. thread  for pyfltk
   2. thread for network event
   3. ...

BUT.
Once pyfltk thread got the control, It  never toss the control to other
threads.
Natually Appl. never work properly.

There could be some solution for that.
One of them is to modify "fltk" and I am thinking it is not a good idea.
and another alternative are
chainging python's "pthread" to "linuxthread".
 It would work fine I guess, because pthread is usre-thread
and linuxthread is kernel thread.

so here is question
1. Is it a nice approch to change python's thread module?

2. and it is , How ?

        Thanks

            from  Silver          , Korea(S).









More information about the Python-list mailing list