|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: how to share one ImqQueueManager among multi-processes app? |
caijc
Replies: 5 Views: 7237
|
Forum: General Discussion Posted: Mon Nov 03, 2008 2:57 am Subject: how to share one ImqQueueManager among multi-processes app? |
Well,my design is very simple.It's a server,connecting to a QM,to open a send-queue and recv-queue.if any msg arrives on recv-q,it forks a new child process to deal with it.Once the deal is over,the c ... |
Topic: how to share one ImqQueueManager among multi-processes app? |
caijc
Replies: 5 Views: 7237
|
Forum: General Discussion Posted: Mon Nov 03, 2008 12:53 am Subject: how to share one ImqQueueManager among multi-processes app? |
but connecting with each child-process is so resource-costing that I cannot endure...Could you tell me any other "better" tricks? |
Topic: how to share one ImqQueueManager among multi-processes app? |
caijc
Replies: 5 Views: 7237
|
Forum: General Discussion Posted: Mon Nov 03, 2008 12:41 am Subject: how to share one ImqQueueManager among multi-processes app? |
I'm using c++ on AIX.I opened a connection ,then fork() to create many child processes,each gets the ImqQueueManager as a parameter,then open the same queue,R/S messages.but except the 1st child,the o ... |
Topic: API for C++ on multi-process apps.HELP!!! |
caijc
Replies: 0 Views: 3474
|
Forum: IBM MQ API Support Posted: Fri Oct 31, 2008 2:11 am Subject: API for C++ on multi-process apps.HELP!!! |
I'm using MQ API for C++ on AIX.The app is a server,which calls ImqQueue.get to retrieve a message,fork a new child process to deal with it,then send the response to another queue within the child pro ... |
|
|
|