Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Interprocess messaging with Net::Clacks

by cavac (Parson)
on Oct 04, 2018 at 11:52 UTC ( #1223514=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    ...
    my $worker = Net::Clacks::Server->new($isDebugging, $configfile);
    $worker->init;
    $worker->run;
    
  2. or download this
    <clacks>
        <appname>Clacks Master</appname>
    ...
            </developmentbox>
        </hosts>
    </clacks>
    
  3. or download this
    openssl req -new -newkey rsa:4096 -x509 -sha256 -days 36500 -nodes -ou
    +t exampleserver.crt -keyout exampleserver.key
    
  4. or download this
    perl server.pl clacks_master.xml
    
  5. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    ...
    
        return $val;
    }
    
  6. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    ...
        }
        sleep(0.2);
    }
    
  7. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    ...
        $chat->doNetwork();
        sleep(1);
    }
    
  8. or download this
    <clacks>
        <appname>Clacks Master</appname>
    ...
            <port>18888</port>
        </master>
    </clacks>
    
  9. or download this
    perl server.pl clacks_slaveserver.xml
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1223514]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2023-12-02 04:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?