Vsevolod (Simon) Ilyushchenko > AMF-Perl-0.14 > doc/examples/cpu/cpu.pl

Download:
AMF-Perl-0.14.tar.gz

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: AMF-Perl-0.15

COMMENT ^

        ActionScript for this service:

        #include "NetServices.as"
        #include "NetDebug.as"

        NetServices.setDefaultGatewayURL("http://host/cpu.pl");

        connection = NetServices.createGatewayConnection();

        remoteService = connection.getService("CpuUsage", this);

        remoteService.getCpuUsage();