PDA

View Full Version : Do IRC applets (or whatever you call it) slow down the server?


ipporek
01-11-2002, 13:58
Do IRC applets (like JPilot) slow down the server? A lot of people tell me it'll slow down the website. Is that true?
If not, any other applets/scripts/programs to recommend?

Heng Chai
02-11-2002, 00:42
IRC applets do not slow down the server. The client (visitor) will only download the java class from the server that's all. Connections after that is via the client to the IRC network directly.

icelava
07-11-2002, 22:50
Slow down the server in what sense? As SG.GS has mentioned it just downloads the applet classes from web server and that's it.

UNLESS you are running IRC server and web server on the same machine?

libra
25-11-2002, 22:24
It will slow down the site in the sense that the user has to wait for the java class to load. therefore it is advisable to place the chat client on a new page that users can navigate to. regarding to the slow down of the server, I do not think that is likely as the server stores the java script as if they were normal pages. just be careful if there are bandwidth concerns.

ipporek
26-11-2002, 07:31
Bandwidth concerns? Oh ya, using the applet to chat will it incur bandwidth?

Heng Chai
26-11-2002, 11:36
Bandwidth on the visitor's site to connect to the IRC server. There will not be bandwidth concerns on the webserver after the applet has been downloaded.

fred
26-11-2002, 12:35
Bandwidth concern as in you are going to download a class file to your machine, same as you need to download the flash page before you can play it.

libra
26-11-2002, 16:35
yeap. fred explained it. its unlikely a irc class will take up too much though.

ipporek
27-11-2002, 10:58
So it usually is a 1-time affair then, right?

biggulp
27-11-2002, 13:39
unless its cached in the user's harddisk. when the applet is downloaded it uses bandwidth.

libra
27-11-2002, 21:55
which is possible, since chat applets aren't that big. very likely to be cached unless you are like me who sets my cache to 0. :)