Hi opreanstefan,
Ok based on what you've describe then it sounds like you need to create an http_listener for processing requests querying about the status of your other application. Then in your http_listener you need to have a way to determine if your application is up and running and respond to the HTTP requests appropriately.
Don't take a look at or use http_linux_server. It shouldn't be part of the reference documentation and is technically an implementation detail that needs to be under a details namespace. The http_listener is the correct class.
Steve
Ok based on what you've describe then it sounds like you need to create an http_listener for processing requests querying about the status of your other application. Then in your http_listener you need to have a way to determine if your application is up and running and respond to the HTTP requests appropriately.
Don't take a look at or use http_linux_server. It shouldn't be part of the reference documentation and is technically an implementation detail that needs to be under a details namespace. The http_listener is the correct class.
Steve