Hi, In the curent implementation of smsc_cimd2, after submitting a request to the smsc kannel waits for the response and so on...:
kannel(SME)---->MC submit message1(03) kannel(SME)<----MC submit message response1(53) kannel(SME)---->MC submit message2(03) kannel(SME)<----MC submit message response2(53) Does anyone know if we can asynchonously submit our requests? kannel(SME)---->MC submit message1(03) kannel(SME)---->MC submit message2(03) kannel(SME)<----MC submit message response1(53) kannel(SME)<----MC submit message response2(53) (the Nokia Artus Messaging Centers User's Guide I have is not clear about it and I don't want to go one coding if someone knows this is not going to work) I think this would increase the throughput when we have a lot of messages to deliver(e.g. multi send). Ofcourse we still cannot exceed the limit of 255 messages imposed by the packet numbering scheme of CIMD2.
