zhangych
2008-11-19 15:17:28 UTC
Thanks alot first.
Why i use the sync API to service 40 sessions,one of 40 session slow will
cause the delays for other 39.
Each session do his seperate transaction,each thread wait the host response
back,they will impact each other?
Can the send type with AP_SEND_DATA_P_TO_R_CONFIRM used by APPC can be
seperated with APPC_Async API?
just like:
void * recv(vcb,tp_id,conv_id,corr);
{
wait n seconds;
APPC_Async();//check receive back
...
}
rc = APPC_Async(vcb,recv,corr);
Can give a Async Clinet Samples to me?
Why i use the sync API to service 40 sessions,one of 40 session slow will
cause the delays for other 39.
Each session do his seperate transaction,each thread wait the host response
back,they will impact each other?
Can the send type with AP_SEND_DATA_P_TO_R_CONFIRM used by APPC can be
seperated with APPC_Async API?
just like:
void * recv(vcb,tp_id,conv_id,corr);
{
wait n seconds;
APPC_Async();//check receive back
...
}
rc = APPC_Async(vcb,recv,corr);
Can give a Async Clinet Samples to me?