File: clustering/README.md

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   clustering/README.md   Download  
File: clustering/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 388 bytes
 

Contents

Class file image Download

request_counter.js

This example creates a simple web server listening to port 8000 and creates one instance for each core you have then keeps track of the number of handled request's on the master process.

webserver_fork.js

To take advantage of multi-core systems this example creates a simple web server listening to port 8000 and creates one instance for each core you have.