Embedded HTTP server: Difference between revisions

Content deleted Content added
Line 23:
* Modularity.
* Single thread and multi-thread support.
For every specific project requirements can vary significantly. For example, ROM and RAM footprints can be 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 an HTTP server is only one of them and may be configured as a low priority task.th
 
== See also ==