Giter VIP home page Giter VIP logo

nsimba's Introduction

A web server Simulator

This source code was used as a web server simulator when I wrote the paper "Dynamic Resource Management for Longevity in Web Server Systems" with professor Kim in Korea university. Usually, when an user visit the web site, its dwelling time follows Gamma distribution, putting pressure on the web server differently. This web server simulator assumes that there are dynamic web pages, like JSP, or static web pages, like images or HTMLs. Each type of file puts pressure on a web server differently. Please read the paper first to get yourself familiar with the codes. Without the understanding on a web server and how it works, this code wouldn't make sense to you. http://zodiac3539.cafe24.com/1st_dissertation.pdf

#Server / Client Unfortunately, the simulation needs a lot of calculation. I ran this code for three days to gather what I needed. In order to speed up my process, I used distributed computing techniques. You can use a multiple of computers to speed up the process. This class uses simple TCP server / client model and thread programming. However, it would be a great starting point to understand network programming in Java and the basic of distributed computing in Java environment too. I personally used three laptops to pull off the calculations. (At that time, there was no AWS). I could speed up the process a lot, I met the deadline of the paper, successfully presenting it to IEEE.

nsimba's People

Contributors

zodiac3539 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.