Task #170
Find lightweight web-server
| Status: | Closed | Start date: | 04/18/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Kirill Krinkin | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | Social Mesh | Estimated time: | 1.00 hour |
Description
We need very lightweigth web-server for each XO-laptop.
What server does WikiBrowse Activity use? http://wiki.laptop.org/go/WikiBrowse
http://wiki.laptop.org/go/Wikipedia
Is it possible to use this server for our pages?
If no, what other servers are possible? I know lighthttpd and nginx.
History
Updated by Juriy Katkov about 3 years ago
- Assignee changed from Irina Pochinok to Kirill Krinkin
Updated by Kirill Krinkin about 3 years ago
- Estimated time changed from 4.00 to 0.15
Wikibrowse is a self-contained wiki server that written on pyton. Actually we have two possibility
Use this server and improve it, or get another server and optimize it.
It seems the second way is better 'cause we have not debug new code.
Updated by Kirill Krinkin about 3 years ago
- Status changed from Assigned to Resolved
- Estimated time changed from 0.15 to 1.00
I reviewed the next materials:
- http://redmine.lighttpd.net/wiki/lighttpd/PoweredByLighttpd
- http://redmine.lighttpd.net/wiki/lighttpd/PoweredByLighttpd
- http://www.lighttpd.net/benchmark
- http://en.wikipedia.org/wiki/Tiny_web_servers
- http://en.wikipedia.org/wiki/Comparison_of_web_servers
- http://www.nginx.net/
The conclusion is: in first step we not have to think about performance and we should use more stable server. Is it lighthttpd.
Updated by Juriy Katkov about 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Thank you. I'll try to install lighttpd via yum or compile it.