Embedded HTTP server: Difference between revisions

Content deleted Content added
Added by webserver
Tag: repeating characters
Line 14:
 
== Typical requirements ==
Natural limitations of the platforms where an embedded HTTP server runs contribute to the list of the functionalfunctiofffffffffffffffffffffasnal requirements of the embedded, or more precise, embeddable HTTP server. Some of these requirements in random order:
* "Small" [[RAM]] and [[Read-only memory|ROM]] footprintfooffasfwerwrewtprint. The exact size depends on the system, but in many cases anything over several megabytes is not embeddable.
* Minimal [[CPU]] utilization.sdfdsf43
* Cross compilation support for multiple CPU and operatingoperatingr43r43 system combinations.
* Easy integration with an existing application, including static linking with the operating system and application.
* Serving pages from application memory if there is no file system.