Forum Moderators: open
However, I do seem to have an issue with Speed, it would appear that my Reliant Robin needs a Maclaren F1 engine (Now there's a thought).
There are around 6 to 8 AJAX objects in the main chat window, 3 are updating every 2 or 5 seconds, if a Private Chat request is placed that checks every 2 seconds until a response is detected, others are all as and when.
On localhost the speed is fine'ish until you open a private chat at which point you get another 3 AJAX Objects per Private Chat.
The application does not use XML to pass info all data in a MySQL database accessed via PHP. Would closing the Objects make a big difference seeing as they are re-created every few seconds anyway..?!?!?
Instead, you should use Flash or Java applets for your chat client and something like Java EE or Coldfusion for your server. This allows the server to push data to the clients only when something has changed.
-Geoffrey Lee