Relative Content

Tag Archive for embedded-systems

Embedded Tomcat Cluster

Can someone please explain with an example how an Embedded Tomcat Cluster works. Would a load balancer be necessary?

Alternative to printing debug information to stdoutstderr [duplicate]

This question already has an answer here: How to design a log() method that can easily be accessed from the outside of the Console class? (1 answer) Closed 9 years ago. I currently have a long running application on an embedded Linux environment and all debug messages are currently being outputted to stdout using printf. […]

Abstract Web API from validation and configuration management in embedded system

Im working with embedded Linux for a router. There is a web GUI for the user to configure router options. When user fill a web form this is submitted to a web server function that is responsible of validating the user input, save the configuration and restart some service. For instance, the function to change DNS settings do something like this:

Abstract Web API from validation and configuration management in embedded system

Im working with embedded Linux for a router. There is a web GUI for the user to configure router options. When user fill a web form this is submitted to a web server function that is responsible of validating the user input, save the configuration and restart some service. For instance, the function to change DNS settings do something like this: