How to Stop Parallel Thread


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to Stop Parallel Thread
# 8  
Old 11-24-2011
yes u r right, I am usning SSH console for unix environment.problem is that after getting messages from MQ.processes used to get messages from MQ are still running even if task is still completes.
# 9  
Old 11-24-2011
skbhardwaj89, Corona asked you to provide the output of uname -a on your Unix system. I asked you to detail the messages are you getting from "MQ.processes are still running even task are completed."

If you do not provide answers to people's questions, sorry but nobody can help you and this thread will be closed.
# 10  
Old 11-25-2011
result of uname -a is as:
Code:
SunOS scrbbiddkbry002 5.9 Generic_122300-51 sun4u sparc SUNW,Sun-Fire-V240


Last edited by fpmurphy; 11-25-2011 at 12:41 PM.. Reason: Code tags please!!
# 11  
Old 11-29-2011
Good, now can you answer the other question?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Not able to post thread/reply to thread

Dear Moderator I am not able to post any new thread or post reply to mine old thread. Kindly help as i am stuck on one problem and needed suggestion. Regards Jaydeep (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies

2. Programming

Parent Thread Of Child Thread

Parent Thread Of Child Thread Suppose a process creates some threads say threadC and threadD. Later on each of these threads create new child threads say threadC1, threadC2, threadC3 etc. So a tree of threads will get created. Is there any way to find out the parent thread of one such... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. UNIX for Advanced & Expert Users

how to stop others users to stop viewing what i am doing ?

Hi , I have one question, suppose i am a normal user and when i use 'w' command , it shows who is logged on and what they are doing . Now i want to stop others users to know what i am doing accept the root ? can i do this ? thanks (5 Replies)
Discussion started by: mobile01
5 Replies

4. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies
Login or Register to Ask a Question