‎2007 Oct 31 9:09 AM
can any body help me what is the exact difference between session method and call transaction method . which one is faster , what is the synchronous and asynchronus data .
‎2007 Oct 31 9:25 AM
Call Transaction method makes an immediate call on the transaction and upload starts immediately.,
Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values
In short call transaction is immediates
session is not immediate
Session method is faster
Synchronous is simoultaneous upload
Asynchornous is non-simultaneous upload
tc
saji
‎2007 Oct 31 9:25 AM
Call Transaction method makes an immediate call on the transaction and upload starts immediately.,
Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values
In short call transaction is immediates
session is not immediate
Session method is faster
Synchronous is simoultaneous upload
Asynchornous is non-simultaneous upload
tc
saji
‎2007 Oct 31 9:42 AM
hi,
Session method.
1) Assynchronous processing.
2) can tranfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Call transaction.
1) Synchronous processing
2) can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
The most important aspects of the CALL TRANSACTION is - Asynchronous processing - Transfers data for a single transaction -
While for session method -It does not update transaction figures until the session has been processed.
<b>Hope this is helpful, Do reward.</b>
Message was edited by:
Runal Singh
‎2007 Oct 31 10:07 AM
Hi Jhansi,
Please always search before u put such basic questions in SDN...u ll get a lot of information..Please take this in good spirit..
Regards
Message was edited by:
Madan Gopal Sharma