Open Sourcing My Kaggle Pipeline

I am following Kaggle community for last several years. In 2021, I actively participated in multiple Tabular Playground Series competitions. I didn't perform well (struggled to be around top 10%), but I used this opportunity to build a robust Kaggle Pipeline for my personal use. After September 2021's Tabular Playground Series competition, I decided to … Continue reading Open Sourcing My Kaggle Pipeline

Wildfly 8.x : Control maximum number of connections (threads) assigned to an application

In Wildfly, multiple applications can be deployed together. With the default configuration, there is no control on the maximum number of connections/threads assigned to any particular application. This blog describes configurations needed to restrict maximum number of threads assigned to any application. That way if one of the applications hang (consuming all the threads assigned … Continue reading Wildfly 8.x : Control maximum number of connections (threads) assigned to an application