bbandlamudi
bbandlamudi
We need to figure out a way to make corb restartable. We achieve this with some workarounds using the control documents, but very few batch operations rely on control docs....
Corb had been successfully used as a performance testing tool at a major client installation and received a lot of appreciation. This is done by simulating the predictable load from...
This is only applicable to ExportBatchToFileTask and corresponding pre-post batch tasks i.e., PreBatchExportFileToTask and PostBatchExportFileToTask. The current implementation, opens up a new writer for every single task instance and appends...
This is probably going to be the base implementation and an extension which can be item '3' of the enhancement/issue #73. The execution plan is going to be useful for...
Corb options initialization and loading is scattered in several classes making it difficult to extend corb with new feature such as multi host load balancer, options logging etc. The plan...