wht is a spawn in call process ?
Answers were Sorted based on User's Feedback
Answer / anshul
Specifies whether to spawn a new machine process
for executing the called process. If this option is
checked, the parent process cannot access the called
process’ output. The called process is executed in a
separate process instance.
| Is This Answer Correct ? | 27 Yes | 3 No |
this child process output is not available to the parent
process but parent process output is available to child
process.
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / sivasri
Spawn option is check, the parent process can't access the sub process output
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kumar k
when we check the spawn check box,the calling process(main call process) and called process(another process which called by main process) runs separately.that means calling process doesnt wait for the called process execution/output
| Is This Answer Correct ? | 1 Yes | 2 No |
how to create global variables and if we create where do we have to use in the project ?
can any one tell me.i have 3 years experience of non-It field.but outof 3 y.of ex. first 1.6 years of ex.one dept's & second 1.7 years of ex.another dept's .i have completed M.com ,but i want to change to IT side (instead of non-IT) what is my quesion.in interview point of time thay are asking about myself (i have to give the replay morethen 6 minit) how to give the replay don't mind give me replay
wht is a spawn in call process ?
What are the different modes of service invocation?
What is difference between scripted deployment and normal deployment?
Give an example where graceful migration of service from one machine to another is not possible.
How do wait-notify resources work ?
Where does the tibco admin maintains the version history of the application? Please tell us the path?
What are the datatpes of Global varaibles which BW follows?
How Do U Perform Logging? where Logfiles Are Stored?
How to control the sequence of execution of process instances created by a process starter ?
What is a spawn in call process?