sanoopsivan / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Improved pending response processing #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

In my application I need to handle the deliver_sm_resp and submit_sm_resp
processing asynchronously. 

The attached patch simplifies the way PendingResponses are processed by
moving all the processing logic into a single PendingResponses class and
thus simplifying the session code quite a lot.

This patch also contains the previous patch for optional parameter support.

Original issue reported on code.google.com by janne.hi...@gmail.com on 18 Mar 2008 at 9:30

Attachments:

GoogleCodeExporter commented 8 years ago
deliver_sm_resp and submit_sm_resp already handle paralelly in the in 2.x

Original comment by uuda...@gmail.com on 8 May 2008 at 5:07

GoogleCodeExporter commented 8 years ago
Done by using thread pool

Original comment by uuda...@gmail.com on 5 Jun 2008 at 5:23