Difference between revisions of "Xebra Benchmarks"
(→Environment) |
|||
Line 1: | Line 1: | ||
+ | [[Xebra About|About]] | [[Xebra Installation|Installation]] | [[Xebra Documentation|Documentation]] | [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]] | ||
+ | |||
+ | |||
==Environment== | ==Environment== | ||
*Ubuntu 9.04 64Bit | *Ubuntu 9.04 64Bit |
Revision as of 08:39, 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>