Originally posted by: DivideBYZero
Great. Shame it's a washing machine simulator.
Originally posted by: sao123
I want to check your work.... how about some downloadable source code
Martin, why are all of my underclothes coming out pink? :|Originally posted by: DivideBYZero
Great. Shame it's a washing machine simulator.
Originally posted by: Martin
Its an assignment for my distributed systems class that's supposed to simulate a stock exchange-type of system. What I meant by 4 different kinds nodes was that there's a lookup server, a 'broker', an 'exhange' and a client.
Of course, this being a school assignment it doesn't do anything useful, just demonstrate I can write this type of stuff. Pretty straightforward, but it did take some time...
Originally posted by: tanishalfelven
the real question thaty comes into MY head is how do YOU know its BUG FREE.
Originally posted by: yllus
Martin, why are all of my underclothes coming out pink? :|Originally posted by: DivideBYZero
Great. Shame it's a washing machine simulator.
Originally posted by: sao123
Originally posted by: Martin
Its an assignment for my distributed systems class that's supposed to simulate a stock exchange-type of system. What I meant by 4 different kinds nodes was that there's a lookup server, a 'broker', an 'exhange' and a client.
Of course, this being a school assignment it doesn't do anything useful, just demonstrate I can write this type of stuff. Pretty straightforward, but it did take some time...
sounds interensting. ive done a lot of programming, though nothing ever client-server based. I still wouldnt mind examening your code just too the concepts at work.
BTW... what did you code it in? Java, C++, VB, C#?
Originally posted by: AmigaMan
unless you have unit/integration tests, how do you know it's bug free?