|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Question: Thread Creation in c, called by java |
« View previous topic :: View next topic » |
Author |
Message
|
mickey1691 |
Posted: Mon Mar 17, 2014 11:25 pm Post subject: Question: Thread Creation in c, called by java |
|
|
Novice
Joined: 04 Jun 2013 Posts: 19
|
We have an application that's supposed to cache and access a table of values. The java library used is an old library used by other systems we had, though the java classes call c functions in order to execute caching, accessing, recaching, etc.
The problem comes when the application tries to recache the values. The c function creates a thread which will call another function that will execute the recaching. The old systems (none of which used Message Broker; All of them were java web applications) were able to recache the table, however, when we used the library in a javacompute node, the recaching function fails to execute. Would this have to do with the thread creation, or something else?
Thanks. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Mar 18, 2014 12:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The java compute node is not an application server!
Have you tried using the broker's own caching mechanism, (since version 8.0)?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mickey1691 |
Posted: Tue Mar 18, 2014 2:01 am Post subject: |
|
|
Novice
Joined: 04 Jun 2013 Posts: 19
|
fjb_saper wrote: |
The java compute node is not an application server!
Have you tried using the broker's own caching mechanism, (since version 8.0)?  |
The java compute node is just part of the flow in the application. And the caching mechanism is a bit more complicated than normal caching, hence the use of said java library. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|