Recently I made my own web app interface for the webcontrol board. It's very quick and reliable running on a dell net book that I wasn't using. The app has a jquery mobile base with php and JavaScript.
I read somewhere on this forum that the board has a http queue. My question is how large is the queue before http request are deleted?
Right now the app dynamically updates every three seconds by getall.cgi. I'm looking for a balance between updating data and sending data over the Internet. The app also sends commands to the board. An example would be when I want to turn the temperature up, the command gets a var value then adds one and sets the var with the new value.
My concern is having the app update to much might kill a command. How much can the board handle?
I read somewhere on this forum that the board has a http queue. My question is how large is the queue before http request are deleted?
Right now the app dynamically updates every three seconds by getall.cgi. I'm looking for a balance between updating data and sending data over the Internet. The app also sends commands to the board. An example would be when I want to turn the temperature up, the command gets a var value then adds one and sets the var with the new value.
My concern is having the app update to much might kill a command. How much can the board handle?