Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

poe::component::resolver::sidecar(3pm) [debian man page]

POE::Component::Resolver::Sidecar(3pm)			User Contributed Perl Documentation		    POE::Component::Resolver::Sidecar(3pm)

NAME
POE::Component::Resolver::Sidecar - delegate subprocess to call getaddrinfo() VERSION
version 0.920 SYNOPSIS
Used internally by POE::Component::Resolver. DESCRIPTION
POE::Component::Resolver creates subprocesses to call getaddrinfo() so that the main program doesn't block during that time. The actual getaddrinfo() calling code is abstracted into this module so it can be run in a separate executable program. This reduces the memory footprint of forking the entire main process for just getaddrinfo(). It's a strong, useful pattern that other POE::Components have implemented before. POE::Quickie does it generically. POE::Component::SimpleDBI and POE::Component::EasyDBI do it so their DBI subprocesses are relatively lightweight. main The main code to read POE::Component::Resolver requests from STDIN and write getaddrinfo() responses to STDOUT. SEE ALSO
POE::Component::Generic is one generic implementation of this pattern. POE::Quickie is another generic implementation of this pattern. BUGS
None known. LICENSE
Except where otherwise noted, this distribution is Copyright 2011 by Rocco Caputo. All rights reserved. This distribution is free software; you may redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-03 POE::Component::Resolver::Sidecar(3pm)

Check Out this Related Man Page

POE::Component::IRC::Plugin::NickServID(3pm)		User Contributed Perl Documentation	      POE::Component::IRC::Plugin::NickServID(3pm)

NAME
POE::Component::IRC::Plugin::NickServID - A PoCo-IRC plugin which identifies with NickServ when needed SYNOPSIS
use POE::Component::IRC::Plugin::NickServID; $irc->plugin_add( 'NickServID', POE::Component::IRC::Plugin::NickServID->new( Password => 'opensesame' )); DESCRIPTION
POE::Component::IRC::Plugin::NickServID is a POE::Component::IRC plugin. It identifies with NickServ on connect and when you change your nick, if your nickname matches the supplied password. Note: If you have a cloak and you don't want to be seen without it, make sure you don't join channels until after you've identified yourself. If you use the AutoJoin plugin, it will be taken care of for you. METHODS
"new" Arguments: 'Password', the NickServ password. Returns a plugin object suitable for feeding to POE::Component::IRC's plugin_add() method. OUTPUT EVENTS
"irc_identified" This event will be sent when you have identified with NickServ. No arguments are passed with it. AUTHOR
Hinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Plugin::NickServID(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Just a Quickie...

ooh, i feel a dummy for this. :) What program (in linux) will let me feed it a running process name and return me a PID? - or will I have to knock together a script? Thanks in advance. (1 Reply)
Discussion started by: Tux
1 Replies

2. AIX

PPE/POE problems on AIX 5.2 on p690 systems

We have PPE/POE problems on a 32 PE p690 system. After upgrading to the latest AIX 5.2 (ML 05) POE/PPE environment on a p690, we've noticed that mpi jobs could not start. I've trace the problem in the communication of poe client routines and the pmdv4 (/etc/pmdv4) partition manager on our... (0 Replies)
Discussion started by: miket
0 Replies

3. AIX

Subprocess errors

Hi Guys, Just a question about subprocesses.. Lately one of our servers has started to throw out the following error: SYSTEM ERROR: Too many subprocesses, cannot fork. Errno=12 We've already increased the threshold twice. Its now up to 8000 and the swap space has also been increased. We... (6 Replies)
Discussion started by: Jazmania
6 Replies

4. Programming

Microline Component ToolKit equivalent

Hello, MCT(Microline Component Toolkit) is a thirdparty product used to display widgets like GRIDs, buttons etc.. using Java. If you have more details about the product and please send the references. Let me know the equivalent software avaialble in todays Java world. Thanks, Shafi (1 Reply)
Discussion started by: shafi2all
1 Replies

5. Shell Programming and Scripting

Monitoring Sript giving random end result

Hi Guys, I am developing a script to monitor GUI based FileNet Component "Component Manager" which logs it's running status in a log file. Log file is a huge file so in script I put last 300 lines of log file in seperate file and run script every 5 minutes. I am searching the string... (2 Replies)
Discussion started by: dhirajdsharma
2 Replies