memaskal opened a new pull request #5581:
URL: https://github.com/apache/camel/pull/5581


   These two parameters configure the internal task executor, that handles 
PDUs. Since the core and max threads of this thread pool are set to the same 
number (org.jsmpp.session.SMPPSession.BoundSessionStateListener) more threads 
than needed are created!
   
   The default value of pduProcessorDegree = 3, which means that each SMPP 
session would spawn 3 threads. For a big number of sessions (SMPP 
Producer/Consumer) with a really small window, this is really unnecessary (1 
thread with a fair-sized queue could handle low traffic scenarios when the 
processing time of the route is fast!)
   
   This MR is a feature to extend the SMPP configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to