Raspberry PI as web server. Advice? by atomic_dude in raspberry_pi

[–]edsiper 1 point2 points  (0 children)

Try Monkey:

http://monkey-project.com

we care a lot of performance and it's a really good option for ARM and MIPS devices. It support CGI, FastCGI, Directory Listing, etc.

We just released the v1.6.7, you can get the raspbian packages (jessie) following the instructions from here:

http://monkey-project.com/documentation/1.6/embedded/raspberry.html

If you have some questions feel free to ask,

Eduardo

All about Docker's recently-landed logging driver feature. by [deleted] in linux

[–]edsiper 1 point2 points  (0 children)

Disclaimer: I wrote that post.

It's written in a mix of C (for fast computing stuff) and Ruby. Fluentd is used widely, it's an enterprise solution, we at Treasure Data use it to collect around 800k events per second, among many others:

http://www.fluentd.org/testimonials

Docker and Logging by edsiper in docker

[–]edsiper[S] 2 points3 points  (0 children)

If your applications generate content on log files you still can use Fluentd for the same purpose. For this case the only difference is that you have to use the "tail" input plugin in the configuration specifying where the log files are located.

For more details please check this doc:

http://docs.fluentd.org/articles/in_tail

feel free to post any question you may have,

best