Home » Archive

Articles Archive for 14 February 2008

Featured, Java »

[14 Feb 2008 | No Comment | 10,747 views]
Longest Increasing Subsequence

A classic computer science problem. The problem is finding the longest increasing subset of numbers within a given set. This article presents a solution in Java.

Apache, Featured, Tomcat »

[14 Feb 2008 | No Comment | 23,809 views]
Apache, Tomcat cluster, load balancing using mod_jk

This article discusses how to configure multiple Tomcat instances to balance work load using mod_jk Apache connector.