[BangPypers] threading problem
OOMMEN KM
oommenkm at gmail.com
Thu Mar 26 19:10:31 CET 2009
Hey,
I am trying to write an application which reads xml messages from a socket,
analyzes the message and sends back a resultant message.
This should be an application in which one thread will read incoming xml
messages and push them to a queue.
As these messages needs to be processed independently, another set of
threads should get the messages from the queue and process them.
The problem I face is i get less performance rate than the one without
threads.
Can anyone help me with some tips for making it better or things to remember
in python threading.
Is there any way to kill a thread explicitly.
Thanking you in advance.
--
-------
Mr. Oommen Mathew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090326/fdbfbfbc/attachment-0001.htm>
More information about the BangPypers
mailing list