on ‎2018 Jul 30 1:09 PM
I have the following question:
When i have an array of object which are initialized asynchron, does the second and third object initialization wait till the first object initialization is ready with its class constructor call?
A practical example:
In a BW transformation in the start-routine is an object initialization with a class constructor call of a very time consuming select call. It could be that the DTP has generated the second package which runs into the start-routine. Does the object initialization of thi second package wait till the first packages object initalization (of the class constructor) is ready?
Request clarification before answering.
My question combines both. The packages are generated by DTP batch processes, but because of the class constructor which is called once for all objects of the same type, are the other packages wait till the class constructor is ready?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.