It seems to me that what you need is not available directly from Oz, as even this kind of info is not available for the (Oz) server itself. Maybe you have to define yourself a protocol where clients send this information. In order to get this info for the currently running process (on client or servers) you might resort to environment variables or external system calls/scripts.
You might find the following links useful: http://www.mozart-oz.org/documentation/system/node57.html#chapter.property for memory http://www.mozart-oz.org/documentation/system/node55.html#chapter.os for OS.getEnv, OS.uname and OS.system Cheers, Jorge. kanchana vasudevan escreveu: > Respected Ladies and Gentlemen, > > Can you please tell me the method to discover resources > of > client systems (like memory capacity and cpu speed) from the server in a > network using Oz. Kindly provide some examples. > > Thanking You > Kanchana Vasudevan > > > On 3/8/07, kanchana vasudevan <[EMAIL PROTECTED]> wrote: >> >> Hello Sir, >> >> >> On 3/7/07, Raphael Collet <[EMAIL PROTECTED]> wrote: >> > >> > Lavanya r wrote: >> > > I am doing a distributed application using the mozart oz language. >> Now >> > > i am stuck up at a point where it is required to invoke an external >> > OCR >> > > tool from the application. Could you please help as early as >> > possible!!!! >> > >> > Someone else asked us exactly the same question, see my reply here: >> > http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/2007/008790.html >> > >> > >> > Cheers, >> > raph >> > >> > _________________________________________________________________________________ >> > mozart-users mailing list >> [email protected] >> > >> > http://www.mozart-oz.org/mailman/listinfo/mozart-users >> > >> >> > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users Jorge M. Pelizzoni ICMC - Universidade de São Paulo _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
