|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
need multithreading help
First of all, I have searched the forums, and someone who asked a similar question was directed to the python reference documents. I have read them all several times, and have googled the topic many a time, but I still cannot get any sufficient direction in this python multithreading issue.
so, i'm writing a server in python. i understand from the reference documents that not only are the __init__() and run() methods the only methods you may override in the Threads class, but it is a good idea to do this. I'm simply asking for a code example of how to drop an object into a thread, write code for the thread to deal with that object, and start it without a second thought. All help is greatly appreciated. Thanks much,Daniel |
|
#2
|
||||
|
||||
|
There are many examples of the use of threading in the forum:
Try this one: http://forums.devshed.com/t163168/s...light=threading grim ![]()
__________________
*** Experimental Python Markup CGI V2 *** |
|
#3
|
|||
|
|||
|
Thanks a ton
I was beginning to lose hope; had resorted to a slideshow i found on the usenet groups. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > need multithreading help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|