Perry Smith

Java Questions & Answers

Home / Java Q & A Page 2 / Java Q & A Archive Main Page

Java Applet Environment
 Tuesday, 08-Dec-98 10:48:16

      164.100.24.22 writes:

      Difference between a Java Applet Environment and distributed client/server architecture

      Aparna

Response
 Re: Java Applet Environment
 Tuesday, 08-Dec-98 15:14:30

      152.173.228.108 writes:

      In Java Applets the built-in security features force most applets to allow the server
      to do most of the work. In a distributed cliet/server application as much work as
      possible is done with on the client-side CPU to alleviate the burden from the server,
      so that the server runs faster and can log more users, etc.. An example of the common
      Java app is a chat applet, the server is severely burdened. But, in things like new
      networked multiplayer games, (even though the server still has a lot of work to do,)
      the client's PC is doing all that it can.

      MikeD

Home / Java Q & A Page 2 / Java Q & A Archive Main Page