Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

poe::resource(3pm) [debian man page]

POE::Resource(3pm)					User Contributed Perl Documentation					POE::Resource(3pm)

NAME
POE::Resource - internal resource managers for POE::Kernel SYNOPSIS
Varies, although most POE::Resource subclasses do not have public APIs. DESCRIPTION
POE manages several types of information internally. Its Resource classes are mix-ins designed to manage those types of information behind tidy, mostly private interfaces. This was done to facilitate testing and a conversion to C without the need to port POE::Kernel all at once. POE::Resource subclasses are generally different from one another, but there are some similarities to note. Every resource should have an initializer and finalizer method. Initializers set up initial data and link resources into POE::Kernel. Finalizers clean up any remaining data and verify that each resource subsystem was left in a consistent state. One common theme in resource implementations is that they don't need to perform much error checking, if any. Resource methods are used internally by POE::Kernel and/or POE::API classes, so it's up to them to ensure correct usage. Resource methods follow the naming convention _data_???_activity, where ??? is an abbreviation for the type of resource it belongs to: POE::Resource::Events _data_ev_initialize POE::Resource::FileHandles _data_handle_initialize POE::Resource::Signals _data_sig_initialize Finalizer methods end in "_finalize". _data_ev_finalize _data_handle_finalize _data_sig_finalize Finalizers return true if a resource shut down cleanly, or false if there were inconsistencies or leaks during end-of-run checking. The t/res/*.t tests rely on these return values. SEE ALSO
POE::Resource::Aliases, POE::Resource::Events, POE::Resource::Extrefs, POE::Resource::FileHandles, POE::Resource::SIDs, POE::Resource::Sessions, POE::Resource::Signals Also see "Resources" in POE::Kernel for for public information about POE resources. BUGS
None known. AUTHORS &; LICENSING Please see POE for more information about its authors, contributors, and licensing. perl v5.14.2 2012-05-15 POE::Resource(3pm)

Check Out this Related Man Page

POE::Resource::Sessions(3pm)				User Contributed Perl Documentation			      POE::Resource::Sessions(3pm)

NAME
POE::Resource::Sessions - internal session manager for POE::Kernel SYNOPSIS
There is no public API. DESCRIPTION
POE::Resource::Sessions is a mix-in class for POE::Kernel. It provides the internal features that manage sessions, regardless of the session type. It is used internally by POE::Kernel. so it has no public interface. SEE ALSO
See POE::Session and POE::NFA for one type of session. CPAN also have others. See "Sessions" in POE::Kernel for a discussion about POE::Kernel sessions. See "Session Lifespans" in POE::Kernel to learn why sessions run, and how to stop them. See "Session Management" in POE::Kernel for information about managing sessions in your applications, and the events that occur when sessions come and go. See "Session Helper Methods" in POE::Kernel for friend methods between POE::Kernel and POE::Session classes. See "Resources" in POE::Kernel for for public information about POE resources. See POE::Resource for general discussion about resources and the classes that manage them. BUGS
None known. AUTHORS &; COPYRIGHTS Please see POE for more information about authors and contributors. perl v5.14.2 2012-05-15 POE::Resource::Sessions(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. 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

2. UNIX for Dummies Questions & Answers

Solaris 10 Resource Controls

I've always been accustomed to setting certain kernel parameters in the /etc/system file. However, with Solaris 10, they have created the resource control utility to set these values. I've set the value for project.max-shm-memory to 4gb with the following command: prctl -n... (2 Replies)
Discussion started by: here2learn
2 Replies

3. AIX

Resource Manager in AIX

Hi all, I am a newbie to AIX. Can any one give me any idea of resource manager in AIX. How can i use it to schedule jobs at appropriate times. Any pointers to tutorials will b of great help. (4 Replies)
Discussion started by: snail2santosh
4 Replies

4. UNIX for Dummies Questions & Answers

Process Resource Usage

Hi There, I'm trying to find a way to gather resource usage information (CPU, Memory & Virtual Memory) for a single process in a scripted way. I've looked at vmstat & top but I can't figure out how to use them to get the information for a single process. can any one help with this? ... (2 Replies)
Discussion started by: Murph
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Resource Optimization

Hi all........... Please, Anyone Tell me About How to Optimize Unix/Linux Resources to the Best use of them??????? And also specify if there is some tools for it. Thanks in Advance... Regards Kuldeep (2 Replies)
Discussion started by: ks47
2 Replies

6. AIX

Resource Group Monitoring

Hi, I have a requirement to monitor the HACMP Resource Groups. At present in my environment, if the Resource Groups fail over from preferred node to Secondary node we dont get notification. Can some one help me in creating a scrript. I have more than one RG online. (Max 4 Resource Groups in... (2 Replies)
Discussion started by: srnagu
2 Replies

7. AIX

Normal VG to Enhanced Concurrent VG

Hi All, I am going to perform some activity in 2Node HA Server(Active/Passive). For that i have to do some pre-requsite (ie., Resource Group VG's should be Enhanced-Concurrent) In my setup, we have two volume groups in one RG. In that one VG is Normal and another is Enhance Concurrent. ... (2 Replies)
Discussion started by: Thala
2 Replies

8. Solaris

While creating Zone cluster getting error

Hi I have created the zone cluster and its Resource group but while creating the resource I am getting the below error "clrs: (C779822) Resource type SUNW.HAStoragePlus is not registered" but HAStoragePlus Resource type is already register. Please help me to get out of this situation. ... (4 Replies)
Discussion started by: hb00
4 Replies

9. Red Hat

Linux PaceMaker Equivalent to a SharedAddress Resource Type

In HA platforms, there is the concept of a "Scalable Resource Type, which included the sharedaddress" that is used in commonly Web Servers resource groups. The sharedaddress resource type is provided so a developer can use this Resource type to build their own scalable resource group. I see... (1 Reply)
Discussion started by: mrmurdock
1 Replies