Author |
Message |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Thu Dec 26, 2013 4:56 pm Subject: MQCONNX MultiThread |
As fjb suggested, why aren't you linking with "_r" libraries. i.e. mqic_r
Regards,
Roger Lacroix
Capitalware Inc.
Ok , guys , i will do a test and revert back to you.
Thks a lot. ... |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Wed Dec 18, 2013 2:09 pm Subject: MQCONNX MultiThread |
As fjb suggested, why aren't you linking with "_r" libraries. i.e. mqic_r
Regards,
Roger Lacroix
Capitalware Inc.
Ok , guys , i will do a test and revert back to you.
Thks a lot. |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Tue Dec 17, 2013 10:43 pm Subject: MQCONNX MultiThread |
Tim Zielke made those modifications to amqscnxc but I don't think he comes to mqseries.net.
Please post your makefile as I bet it is a problem with either your compile and/or link statements.
Re ... |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Tue Dec 17, 2013 10:41 pm Subject: MQCONNX MultiThread |
Did you link properly with thread safe libraries (_r)?
plz let me know how to do it ?
here is my libs ref
LIBS= -lpthread -L$(X_LIBPATH) -lpthr -lqueue -ltools -lutils -lcomora -l ... |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Tue Dec 17, 2013 7:34 am Subject: MQCONNX MultiThread |
Thx for your reply.
I think its related to the thread creations, in other words, if i'm calling the same function "do_conn" from "amqscnxc_thread.c" without thread (pthread_crea ... |
Topic: MQCONNX MultiThread |
ManMan
Replies: 10 Views: 11405
|
Forum: IBM MQ API Support Posted: Tue Dec 17, 2013 2:03 am Subject: MQCONNX MultiThread |
Hi Guys,
We request your help on the below please
We are able to connect with the Function do_conn in the amqscnxc.c program on a simple call but not on the thread creation.
Config : MQ 7. ... |