Search found 1 match
- Tue Oct 01, 2013 1:08 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Tracking multiple SubmitAsync() messages
- Replies: 1
- Views: 12035
Tracking multiple SubmitAsync() messages
I have a database that receives multiple transactions per second. I need to send a text for each transaction, as quickly as possible. And I need to mark each record with the date/time stamp the message was sent, date/time it was delivered, and delivery status. I thought to use asynchronous mode, but ...