1 a client enters an message |
via a netscape browser |
2 the message is sent to the |
Web server via HTTP |
3 the message is logged into |
a database managed by the |
RDBMS server |
4 other clients keep checking |
if new message arrived |
5 the check request is sent |
to the Web server via HTTP |
6 the RDBMS server checks the message database |
7 if a new message found, it is sent back to the client via HTTP |