How u can manage ur bw memory if u want save ur memory, which property?
Answers were Sorted based on User's Feedback
Answer / s
Memory saving mode for engine , helps optimized used of memory usage -> in bwengine.xml the saving mode option to true, by default is false
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
One of the thing we can do is Reduce the global variable usage as much as possible.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is soap? how to use soap?
wht is custom id?
How can we get field as input to the input field of another palete as <a>b</a> is there then i need to get as <C>a-b</C>
What is the mechanism of a transaction ?
What is the difference between Waitfor JMS queue Message and GetJMS queue message activity. Also pls reply in terms of performance
how to create adapters?how to connect adapters? and how to build?
What are the different types of transactions tibco provides?
What activity can be used to set the value of a 'user defined process variable' ?
What is a spawn in call process?
How do wait-notify resources work ?
How to achieve load balancing mechanism using a property ?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?