Search:

Type: Posts; User: hcoyle545

Search: Search took 0.17 seconds.

  1. Re: RMI Problems with doing calculations across a server/client platform

    bump
  2. RMI Problems with doing calculations across a server/client platform

    Hi, ive been working on this problem for about 5 hours now and haven't found a way to resolve it. It's an RMI program that has to be able to return the mean, mode and median of a set of numbers.
    ...
  3. Re: Problem with communicating between client and server sockets in Java

    does this mean I need to use a number to end the input?

    i thought not since the data im entering is composed of all numbers
  4. Problem with communicating between client and server sockets in Java

    Hi, i'm working on an assignment right now which involves passing a variable series of numbers to the Server to be sorted into the correct order and returned to the client.

    So far I have it...
  5. Replies
    8
    Views
    1,180

    Re: Use of await statement in problem

    First time I've heard is from this question which is what's confusing. But this is just psuedocode now, it signifies waiting until a slot on the track is empty before another train can enter.
  6. Replies
    8
    Views
    1,180

    Re: Use of await statement in problem

    heres the picture attached... ive since found that the code I posted was psuedocode. and the aim is to make psuedocode in that same format as mentioned above for this track.

    The psuedocode I...
  7. Replies
    8
    Views
    1,180

    Re: Use of await statement in problem

    see thats what i'm unsure of. Our lecturer provided some code that he said would work straight out of the box for java, it was as follows:


    Global Invariant: (NumberOfTrainsInAnySection <= 1) AND...
  8. Replies
    8
    Views
    1,180

    Use of await statement in problem

    Hi JPF. I'm having trouble with a question given to us by our lecturer. The question is as follows

    In a toy train circuit (figure of eight) trains can enter via section 5 or section 14, do a...
Results 1 to 8 of 8