Results 1 to 4 of 4

Thread: I need this code

  1. #1
    Associate Engineer
    Join Date
    Oct 2013
    Posts
    3

    I need this code

    A JAVA PROGRAM that implements a simple client/server application. The client sends data to a server. The server receives the data, uses it to produce a result and then sends the result back to the client. The client displays the result on the console. For ex: The data sent from the client is the radius of a circle and the result produced by the server is the area of the circle

  2. #2
    Project Engineer
    Join Date
    Oct 2013
    Posts
    94
    I think you misunderstood the forum name.

  3. #3
    Technical Fellow Kelly_Bramble's Avatar
    Join Date
    Feb 2011
    Location
    Bold Springs, GA
    Posts
    2,611
    Quote Originally Posted by RAYANS94 View Post
    A JAVA PROGRAM that implements a simple client/server application. The client sends data to a server. The server receives the data, uses it to produce a result and then sends the result back to the client. The client displays the result on the console. For ex: The data sent from the client is the radius of a circle and the result produced by the server is the area of the circle
    Did you have a question?

  4. #4
    Lead Engineer Cake of Doom's Avatar
    Join Date
    Aug 2012
    Location
    UK
    Posts
    433
    This sounds like a bit of a waste of resources and with an entire network (depending on size) doing this, could easily lead to clogging up the server and slowing down other processes. What would be the advantage of having the server doing all the work, instead of just managing the network?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •