I am relatively new to server programming, but I read some useful tutorial. I have this question:
What is the best way to handle multiple clients?
I read that there are several solutions, but i do not know if some of them are too complex for my application. I have to use C code (since I already have the libraries) on a micro-controller and I need a web server to periodically monitor some data received by some sensors (temperature and humidity from each sensor). I may also want to send some data to clients. Some sample code and links that help me read about this would be very helpful. Thank you