Difference between revisions of "Xebra Benchmarks"
(→Results) |
|||
Line 28: | Line 28: | ||
==Results== | ==Results== | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Xebra Webapp | ||
+ | ! Java JSP Webapp on Tomcat | ||
+ | ! Static Page on Apache | ||
+ | |- | ||
+ | | | ||
+ | 100 requests, no concurrency | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | a | ||
+ | | | ||
+ | b | ||
+ | | | ||
+ | c | ||
+ | |} |
Revision as of 08:46, 1 September 2009
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Environment
- Ubuntu 9.04 64Bit
- Xebra revision 80570
- Eiffel Studio 6.5.8.524 GPL Edition - linux-x86
- Eiffel src revision 80570
- Apache 2.2.13
Settings
- Using experimental library
- Server and webapps are finalized. Webapp is unmanaged.
The page has the following content:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>Xebra Hello World Application</title> </head> <body> Hello {print 'WORLD' or 'world' depending on current time} </body> </html>
Results
Xebra Webapp | Java JSP Webapp on Tomcat | Static Page on Apache |
---|---|---|
100 requests, no concurrency |
||
a |
b |
c |