Group
Extension

Matches 7

AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Client.pm ( view source; MetaCPAN )
se AC::MrGamoo::Debug;
use AC::Daemon;
use AC::Conf;
use AC::Misc;
use AC::MrGamoo::Protocol;
use JSON;
use Sys::Hostname;
use Socket;

require 'AC/protobuf/mrgamoo.pl';
require 'AC/protobuf/mrgamoo_s
ant_reply	=> 1,
    },{
        jobid		=> $me->{id},
        options		=> to_json( $r->{config} ),
        initres		=> to_json( $initres, {allow_nonref => 1} ),
        jobsrc		=> $mr->src(),
        c
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Kibitz/Peers.pm ( view source; MetaCPAN )
C::MrGamoo::MySelf;
use AC::MrGamoo::Config;
use AC::DC::Sched;
use AC::Misc;
use AC::Import;
use JSON;
use strict;

our @EXPORT = qw(pick_best_addr_for_peer peer_list_all get_peer_by_id);

my $KEEPDO
rn $txt;
}

sub report_json {

    my $all = peer_list_all();
    my @fields = qw(hostname environment subsystem datacenter server_id status sort_metric);

    return encode_json( [ map {
        my %
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Iter/File.pm ( view source; MetaCPAN )
,v 1.1 2010/11/01 18:41:55 jaw Exp $

package AC::MrGamoo::Iter::File;
use AC::MrGamoo::Iter;
use JSON;
our @ISA = 'AC::MrGamoo::Iter';
use strict;

sub new {
    my $class = shift;
    my $fd    = sh
= $me->{buf};
        delete $me->{buf};
        return $r;
    }

    my $fd = $me->{fd};
    my $l  = scalar <$fd>;
    return unless $l;
    $me->{progress}->();
    return decode_json($l);
}


1;
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Task.pm ( view source; MetaCPAN )
o::Task::Running;
use AC::MrGamoo::PeerList;
use AC::MrGamoo::Config;
use AC::DC::IO::Forked;
use JSON;
use strict;

my $TSTART  = $^T;
my $TIMEOUT = 3600;
my $MAXREQ  = 2;
my $MAXRUNNING = 7;	# tune 
n $REGISTRY{$task};
    }

    $me->{options} = decode_json( $me->{request}{options} ) if $me->{request}{options};
    $me->{initres} = from_json( $me->{request}{initres}, {allow_nonref => 1} ) if $me
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Task/Running.pm ( view source; MetaCPAN )
use Digest::SHA1 'sha1';
use Digest::MD5  'md5';
use File::Path;
use Sys::Syslog;
use Socket;
use JSON;
use strict;

my $STATUSTIME = 5;			# seconds
my $MAXRUN     = 3600;			# override with %attr maxr
md5( $key ));
    my $p    = $hash % $n;
    my $io   = $me->{outfd}[$p];
    $io->output( encode_json( [ $key, $data ] ), "\n" );
}


# end-user's 'print' come here
sub eu_print_stdout {
    my $me =
  chomp;
            _maybe_update_status( $me, 'RUNNING', $linen++ );
            my $x = decode_json($_);
            $f_final->( $x->[0], $x->[1] );
        }

        $h_final->{cleanup}() if $h_f
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/AC/FileList.pm ( view source; MetaCPAN )
rGamoo::AC::FileList;
use AC::MrGamoo::Debug 'files';
use AC::ISOTime;
use AC::Yenta::Direct;
use JSON;
use strict;

my $YDBFILE = "/home/acdata/logfile.ydb";

# return an array of:
#   {
#     filena
    } map {
        #debug("file: $_");
        my $d = $yenta->get($_);
        $d = $d ? decode_json($d) : {};
        $d->{location} = [ map { $CONVERT{$_} || $_ } (split /\s+/, $d->{location}) ];
AC-MrGamoo ( S/SO/SOLVE/AC-MrGamoo-1.tar.gz, SOLVE, 2011; MetaCPAN )
AC-MrGamoo/lib/AC/MrGamoo/Job.pm ( view source; MetaCPAN )
oo::MySelf;
use AC::MrGamoo::EUConsole;
use AC::MrGamoo::Stats;
use AC::DC::IO;
use AC::Misc;
use JSON;
use Time::HiRes 'time';
use strict;

# RSN - config? tune?
our $TASKTIMEOUT = 10;
our $XFERTIMEO
w job: $me->{request}{jobid} ($me->{request}{traceinfo})");

    my $cf = $me->{options} = decode_json( $me->{request}{options} ) if $me->{request}{options};

    # open connection  to eu-console
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.