[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fastcgipp-users] FastCGI++ is indeed fast
From: |
ninti |
Subject: |
[Fastcgipp-users] FastCGI++ is indeed fast |
Date: |
Sun, 24 Jan 2010 22:32:52 +1030 |
Just a report from the field ...
I have just tested a fastcgi++ web app running on Nginx which builds a 100%
dynamic page based on three calls to an Sqlite database (one for site-wide
data,
one for page data including title and content, and one to build a navigation
menu). This data is plugged into HTML templates provided by a class compiled
into
the app.
Anyway, running Apache Bench with 'ab -c 10 -n 1000
http://some-fastcgipp-app/page' indicates an average time per request of just
over 3ms.
This seems excellent to me, especially when compared to some heavily bloated
Drupal sites which have been tested taking over 1000ms to complete a request!
(Not picking on Drupal, just an example).
Thanks for a great framework guys.
- [Fastcgipp-users] FastCGI++ is indeed fast,
ninti <=