Message Boards

liferay feasability to use Mod_cluster instead of mod_jk for load bancing

thumbnail
iqbal ahmed, modified 7 Years ago.

liferay feasability to use Mod_cluster instead of mod_jk for load bancing

Junior Member Posts: 25 Join Date: 4/18/12 Recent Posts
Dear Liferay Experts,

We are facing issue in load balancing, we are using mod_jk for load balancing, some times garbage collection is happening in the liferay nodes and it is utilizing high cpu, memory @ this time liferay server will become unresponsive but the apache nodes are still sending request to this unresponsive nodes we didn't find any inbuilt support to handle this in mod_jk , so we are planning to implement mod_cluster but I would like to know is it good to go for mod_cluster will liferay support this or we have any alternative to handle this.We are using Liferay 6.2 along with Jboss-eap-6.1.

kindly provide some suggetions how we can handle this scenario.

Thanks & Regards,
Iqbal
thumbnail
Olaf Kock, modified 7 Years ago.

RE: liferay feasability to use Mod_cluster instead of mod_jk for load banci

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
iqbal ahmed:
We are facing issue in load balancing, we are using mod_jk for load balancing, some times garbage collection is happening in the liferay nodes and it is utilizing high cpu, memory @ this time liferay server will become unresponsive but the apache nodes are still sending request to this unresponsive nodes we didn't find any inbuilt support to handle this in mod_jk , so we are planning to implement mod_cluster...


If garbage collection time was my problem, I'd rather tune garbage collection instead of changing the connector to the webserver. I might be missing a point here, but it sounds counterintuitive to me.