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

Download:
AMF-Perl-0.15.tar.gz

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

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();