JUCS - Journal of Universal Computer Science 12(2): 160-186, doi: 10.3217/jucs-012-02-0160
POCA : A User Distributions Algorithm in Enterprise Systems with Clustering
expand article infoPing-Yu Hsu, Ping-Ho Ting§
‡ Department of Business Administration, National Central University,, Taiwan§ Department of Hospitality Management, Tunghai University
Open Access
Abstract
As enterprises worldwide race to improve real-time management to improve productivity, customer services and flexibility, huge resources have been invested into enterprise systems (ESs). All modern ESs adopt an n-tier client-server architecture, which includes several application servers to hold users and applications. As in any other multi-server environment, the load distributions, and user distributions in particular, become a critical issue in tuning system performance. In stateful ESs, a user who logs onto an application server and stays connected to the server for an entire working session, which can last for days, evokes each application. Therefore, admitting a user onto an application server affects not only current but also future performance of that server. Although the n-tier architecture may involve web servers, there is little in the literature in Distributed Web Server Architectures that considers the effects of distributing users instead of individual requests to servers. The algorithm proposed in this paper gives specific suggestions in user distributions and the minimal number of servers required based on the application reusability threshold. A heuristic version of the algorithm is also presented to improve the performance. The paper also discusses how to apply association rules to predict new user behavior when distributing users in the run-time. The distributions recommended by the algorithms are compared against the Round-Robin distributions on a set of real data derived from a mid size company. The result shows that the user distributions suggested have better performance than Round Robin distributions.
Keywords
clustering, user distribution, profile, load balancing, enterprise systems