1
General / Re: Congratz to your Web designer!
« on: June 09, 2010, 06:33:26 pm »
Design is nice, but there is one thing that sucks. The technique used for the LIVE Chat is the so called "polling" which causes a very heavy load on both the Server and des Client.
Alternatives are:
1. Long-Polling for example through a PHP socket connection with the Chatserver, so that the HTTP server never closes the connection
2. Using flash sockets
3. Using Websockets with a flash-fallback
greetz
Alternatives are:
1. Long-Polling for example through a PHP socket connection with the Chatserver, so that the HTTP server never closes the connection
2. Using flash sockets
3. Using Websockets with a flash-fallback
greetz