With this level of information, one could only guess blindly. The factors which lead to good or poor performance are virtually infinite. Usually, as BPEL is a web-services orchestration language, the bottlenecks are in the invoked services, unless your BPEL is doing really weird things.
A quick test is to invoke each external interface independently, add values and measure the total time, then compare it with the total time spent by the whole BPEL process. If you are not doing anything too complex in BPEL, the performances should compare, otherwise you need to find where bottlenecks really are in your process. One slow thing could be, for example, a complex mapping within a while loop. Random optimization is a path to nowhere, you need to measure exactly where things are slowing down.
Regards
vishal varma wrote:
Dear All,
I have developed an application using Netbeans and Glassfish ESB 2.0,
But my application is performing very slow it is taking around 7 - 10
second for single test case.
Can there be any thing which can help me in tuning my BPEL Process or
CASA application. Is there any thing i am missing in development.
Is there any checklist to confirm.
Thanks & Regards,
Vishal Varma