« Back to General Discussion - All Versions

Regd to Cisco ICM application performance

Combination View Flat View Tree View
Threads [ Previous | Next ]
HI,
We have ICM routing script application, which has too many elements, as per our requirement, and it is very difficult to manage all elements in one script file
Now we want to develop modular script in which Main script call sub scripts(small scripts). As per our understanding, we can use GoTo Element to call subscripts,
Now our query are :
 
Is there is any performance issues if we call subscripts from main scripts.
Is any other way to manage elements in a one box
Is there is any other way to manage huge scripts
 
Thank You in Advance
 
Manish Shukla

There should be no performance impact calling subscripts from main scripts. Make sure you all add lots of comments. Sometimes if one script gets too huge it gets difficult to maintain and keep up with. Avoid repetition of logic in one script ie avoid doing copy and paste of the same logic at different places and reuse. That can lead to scripts getting too bulky.
Hemal