> So the data collection app stores it in the DB, and the web page just
> retrieves the latest data
> from the DB when a user navigates to the page. Piece of cake! 9^)

Hi Chris,

thanks for your input! Yes, it is really almost a piece of cake,
except that the data displayed on the page must be updated whenever
new information is sent by one of the sensors (without having to click
'refresh' on the web browser).

Of course a periodic page reload could take care of this issue, but I
believe we can do better than that...  =)

Cheers,

Ricardo