Account Call backs are multy threading?

Account Call backs are multy threading? SearchSearch
Author Message
Mathew Mathachan
New member
Username: Mathewm

Post Number: 5
Registered: 04-2011
Posted on Thursday, June 09, 2011 - 10:01 am:   

Account Call backs are multy threading ?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3252
Registered: 08-2008
Posted on Thursday, June 09, 2011 - 02:32 pm:   

Yes


--
Des
NowSMS Support
Mathew Mathachan
New member
Username: Mathewm

Post Number: 7
Registered: 04-2011
Posted on Sunday, June 12, 2011 - 06:48 am:   

means one thread is assigned for each of these call back types ?. Each type call back's are multi threading ?For eg.The SMS In Callback process will wait util the previous SMSIN call back to successfully completed or time out in order to process the next one ?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3259
Registered: 08-2008
Posted on Sunday, June 12, 2011 - 02:28 pm:   


quote:

means one thread is assigned for each of these call back types ?




no


quote:

. Each type call back's are multi threading ?




Yes


quote:

For eg.The SMS In Callback process will wait util the previous SMSIN call back to successfully completed or time out in order to process the next one ?




No

Multi threading means that multiple callbacks could occur simultaneously.

In the context of a single SMPP session, callbacks may occur within a single thread, waiting for response until the next one is processed. But for the system as a whole, multiple accounting callbacks may be processed simultaneously.

--
Des
NowSMS Support