Auflistung nach Schlagwort "high performance web applications"
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- KonferenzbeitragAdapting eFinanced web server farms to changing market demands(INFORMATIK 2003 – Innovative Informatikanwendungen, Band 1, Beiträge der 33. Jahrestagung der Gesellschaft für Informatik e.V. (GI), 2003) Moore, Ronald; Müller, Achim; Müller, Ralf; Temmen, KlausThe evolution of the eFinance Market presents new and changing requirements on web server farm architecture. Web server farms built during the boom years of the web were designed to provide service to a very large number of users, where each request however placed relatively little load on the system. Further, the requests displayed a large amount of statistical similarity, so that caching mechanisms could be successfully applied. However, as professional eFi- nance tools migrate to web-based ASP technology, and as different companies cooperate to build these tools using the Web Services paradigm, these basic assumptions no longer hold: The number of users decreases, while the demands placed by each user increases. Further, each user places highly specialized demands on the application, decreasing the similarities between different requests. The success of conventional caching techniques drops even further if the web server farm is now called upon to provide XML-based Web Services instead of HTML web pages. This paper analyzes these new requirements on the basis of a case study: We present the design process behind the addition of an On The Fly Calculation Server to IS Innovative Software's Web Server Farm architecture. This new server has been developed to provide advanced financial (MPT) calculations to professional users. The resulting design represents a form of intelligent memory, optimized to minimize the movement of data and thus request latency. The stages in the development of this new server, and the integration of this server into the existing web server farm, are presented.
- ZeitschriftenartikelEffiziente Distribution dynamischer Inhalte im Web(Wirtschaftsinformatik: Vol. 44, No. 3, 2002) Cotoaga, Kurt; Müller, Achim; Müller, RalfMethods for efficient distribution of dynamic content are required to run high capacity Web applications economical. Those applications can be found especially around market information systems.The application and system architecture must be suited to respond user requests even during steep load peaks. To achieve this without inappropriate infrastructure investments, most of the database requests must be captured and processed on the application server layer. Such massively parallel systems are opening scaling paths along the more cost effective application server layer.Staging and multi-granular caching are cache based optimisation strategies that are used in certain application domains. However caching is always in conflict towards personalisation and real-time information.This conflict can be resolved by the Active Caching mechanism that is integrated in the presented IS.Foundation platform. This is shown by analysing the methods and mechanisms on several aspects of the use case.