Hammerhead2 is a stress testing tool designed to test out
your web server and web site. It can initiate multiple
connections from IP aliases and simulated numerous (256+)
users at any given time
JavaServer Pages™ Specification
This document is intended for:
· Web Server and Application Server vendors that want to provide JSP containers that
conform to the Tag Extensions specification.
· Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag
Extensions specification.
· Service providers that want to deliver functionality as tag libraries.
· Sophisticated JSP page authors that want to define new tag libraries for their use, or who
are responsible for creating tag libraries for the use of a group.
· Eager JSP page authors who do not want to or cannot wait for Web Authoring Tools, or
even a User’s Guide.
This document is not a User’s Guide, but it contains some positioning and explanatory
material.
This document is intended for consumption by:
• Web Server and Application Server vendors that want to provide Servlet Engines that conform
with this specification.
• Web Authoring Tool developers that want to generate Web Applications that conform to this
specification
• Sophisticated Servlet authors who want to understand the underlying mechanisms of Servlet
technology.
Please note that this specification is not a User’s Guide and is not intended to be used as such.
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 bytes idata space