Hi Devs, WSO2 EI product documentation states that[1] call mediator has greater performance than callout mediator. As per my understanding callout mediator has a limitation that its only allow two simultaneous connections per host. However, we can mitigate that limitation by adding "defaultMaxConnectionsPerHost" configuration[2].
After adding above configuration does Callout mediator perform same as Call mediator for less load per the same host? Is there any performance round results for Callout vs Call scenario(blocking and non blocking)? [1]. *The Call mediator leverages the non-blocking transports for much greater performance than the Callout mediator, so you should use the Call mediator in most cases. * [2]. http://mytecheye.blogspot.com/2013/09/wso2-esb-improve-callout-mediator.html Regards, Chandana -- Blog: http://blog.napagoda.com Linkedin: https://www.linkedin.com/in/chandananapagoda/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
