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 |
wht is custom id?
How can we import/Copy the custom palettes into another project?
Where are the designer preferences stored ?
how to create a directory using external command activity in BW? can u please tell the cmd?
What are the types of adapter services ?
what is the difference between soap and service?when we use service?
What is the difference between jms queue receiver and jms queue requestor?
How can we change Global variable deployment ? what is it defines?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
Give an example where graceful migration of service from one machine to another is not possible.
in one tibco project how many services interfacesess it will be created
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?