naveenprakashj
Technical User
Hi,
The outlook of my service is as follows....
service_name()
{
.
.
.
/* All the transactions have been successfuly completed */
write2file(); /* can be another service or routine */
tpreturn(success...);
}
I would like to invoke write2file() and immediately make a tpreturn. I dont want the current service to wait until write2file is executed. The outcome of the write2file is irrelevant to me.
I am not sure if tpacall with TPNOTRAN |TPNOREPLY will help me in achiving my objective.
Any suggestions which technique I can use???
Thanks for your time.
The outlook of my service is as follows....
service_name()
{
.
.
.
/* All the transactions have been successfuly completed */
write2file(); /* can be another service or routine */
tpreturn(success...);
}
I would like to invoke write2file() and immediately make a tpreturn. I dont want the current service to wait until write2file is executed. The outcome of the write2file is irrelevant to me.
I am not sure if tpacall with TPNOTRAN |TPNOREPLY will help me in achiving my objective.
Any suggestions which technique I can use???
Thanks for your time.