Embedded HTTP server: Difference between revisions

Content deleted Content added
Changed "an HTTP" to "a HTTP" ("A Hypertext Transfer Protocol", not "an Hypertext Transfer Protocol").
Self-reverting per discussion at Wikipedia talk:Manual of Style#Is "an HTTP" or "a HTTP" correct?. Undid revision 533268592 by Guy Macon (talk)
Line 23:
* [[Modular programming|Modularity]].
* Single [[Thread (computing)|thread]] and [[Multithreading (software)|multi-thread]] support.
For every specific project requirements can vary significantly. For example, ROM and RAM footprints can be a very serious constraint and limit the choices of the system designer. [[C++]] or [[Java Virtual Machine|JVM]] availability for the system can be another constraint. Frequently performance is an issue, because typical embedded systems run multiple simultaneous tasks and aan HTTP server is only one of them and may be configured as a low [[Scheduling (computing)|priority]] [[Task (computing)|task]].
 
== See also ==