diff options
Diffstat (limited to 'www/thin/DESCR')
-rw-r--r-- | www/thin/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/thin/DESCR b/www/thin/DESCR new file mode 100644 index 00000000000..75a6f4dd6a3 --- /dev/null +++ b/www/thin/DESCR @@ -0,0 +1,4 @@ +Thin is a very simple web server written in Ruby. It's single-threaded, +which means it can only serve one request at a time. This simplicity +affords increased speed and decreased memory usage for singled-threaded +framework like Rails. |