views:

64

answers:

1

hi i am doing distributed computing environment........For the applications need to get distributed to different clients connected to the server in the network,i prefered to collect the client's system properties like free memory available in the client's system,so that i could distribute d application according to that efficiently......so kindly project me wth some idea.thanks in advance

A: 

Since you have tagged this with Java, I am assuming you are using a Java based client server model. What is the communication model between the client and the server here? RMI? Some proprietary protocol? Or is it a Java applet based app running in the browser?

Update based on clarification : In that case you can you can always collect the system properties inside the applet code and send them back to the server (maybe by using a servlet?)

talonx
actually communication established through web browser interface...it is a Java applet based app running in the browser