-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
54 lines (44 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
==========================================================================
--------------------------------------------------------------------------
____ ____ _ _ ____ _____ ____
| __| | _ \ | | |_| | _ | | ___| | |
| | | |_| || | | | | __| | |___ | || |
| |__ | _ || |__ | | | | ___| | | || |
_____________________________________________
|____| |_| |_||____||_| |_| |_____| |____|
--------------------------------------------------------------------HT7PD-
v0.1.x
==========================================================================
1. Introductions.
------------------
This is Calipso HTTP server v 0.1.x.
Calipso is a proof of concept for event driven HTTP Server,
originally created with educational purpose to solve C10k problem.
It is designed to be run as a standalone daemon process which will
create an edge/level-triggered events to handle async client requests.
Application have modular system which provide easiest
way to extend the server functionality.
Its successfuly runs on limited devices because of low memory
footprint with base php module ~ 11mb of ram needed (Tested on
rasspbery pi).
1.1. Features:
------------------
* fast response
* small memory footprint (designed for low memory systems)
* config file
* custom modules
1.2 Build and installation:
------------------
see file called "INSTALL"
1.3. Requirements:
------------------
* Linux, Android, FreeBSD, Windows, Windows Phone 8, Mac OS X
* glibc with nptl and epoll/poll/select/kqueue support
* Aditional build tools - see README files in "os" folder
2. Licensing:
------------------
Please see the file called "LICENSE"
3. Contacts:
------------------
Autor: Borislav Sapundzhiev <bsapundjiev_AT_gmail_DOT_com>
--------------------------------------------------------------------------