Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kiokudb::linker(3pm) [debian man page]

KiokuDB::Linker(3pm)					User Contributed Perl Documentation				      KiokuDB::Linker(3pm)

NAME
KiokuDB::Linker - Relinks live objects from storage entries SYNOPSIS
# mostly internal DESCRIPTION
The linker reconnects entry data, recreating the connected object graph in memory. The linkage process starts with an ID (or several IDs) to be loaded passed to the "get_or_load_objects" method. This ID will first be searched for in the live object set (KiokuDB::LiveObjects). If the object is already live, then it will be returned as is. If the object is not live, then the corresponding entry is fetched from the backend, and expanded into an actual instance. Expansion consults the KiokuDB::TypeMap using KiokuDB::TypeMap::Resolver, to find the correct typemap entry (see "COLLAPSING STRATEGIES" in KiokuDB::Collapser and KiokuDB::TypeMap), and that is used for the actual expansion. Most of the grunt work is delegated by the entries back to the linker using the "inflate_data" method, which handles circular structures, retrying of tied structures, etc. Inflated objects are registered with KiokuDB::LiveObjects, and get inserted into the current live object scope (KiokuDB::LiveObjects::Scope). The scope's job is to maintain a reference count of at least 1 for any loaded object, until it is destroyed itself. This ensures that weak references are not destroyed prematurely, but allows their use in order to avoid memory leaks. perl v5.12.4 2010-10-11 KiokuDB::Linker(3pm)

Check Out this Related Man Page

KiokuDB::TypeMap::Entry::Compiled(3pm)			User Contributed Perl Documentation		    KiokuDB::TypeMap::Entry::Compiled(3pm)

NAME
KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods SYNOPSIS
TODO DESCRIPTION
Objects of this class should be returned by "compile" in KiokuDB::TypeMap::Entry. You probably shouldn't be using this directly; you may just want to consume KiokuDB::TypeMap::Entry::Std or something. ATTRIBUTES
expand_method Contains a subroutine reference (or a string, denoting a method name). It is called as method on the KiokuDB::Linker. Takes a KiokuDB::Entry as an argument, and should return the expanded object. collapse_method Contains a subroutine reference (or a string, denoting a method name). It is called as method on the KiokuDB::Collapser. Takes the object to be collapsed as an argument, and should return a KiokuDB::Reference. id_method Contains a subroutine reference (or a string, denoting a method name). It is called as method on the KiokuDB::Collapser. Takes the object to be collapsed as an argument, and should return an ID for it . refresh_method Contains a subroutine reference (or a string, denoting a method name). It is called as method on the KiokuDB::Linker. Takes the object to be refreshed and its corresponding KiokuDB::Entry as arguments. class The class for which the methods are being compiled. entry The KiokuDB::TypeMap::Entry that created this object. perl v5.12.4 2010-10-18 KiokuDB::TypeMap::Entry::Compiled(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Acess HD from live CD

Ok, so say I boot off a live Knoppix CD. Is there any way I could access the harddrive (and files on it) from the live CD? Is it complicated? Thanks alot, John (3 Replies)
Discussion started by: jjvacc
3 Replies

2. Programming

Linker error when using vector's

using SUN C++ I have a problem when I do a push_back on a vector. The linker gives me a undefined symbol error on __cxa_end_catch. Any ideas, is there a library to include? Thanks Chris (1 Reply)
Discussion started by: CDurkin
1 Replies

3. UNIX for Dummies Questions & Answers

Searching the file system

Guys, We have taken a copy of our live filesystem to use for testing, but they want to be sure that no contact can be made to any of the live servers etc, I told them the best way would be to have this handled at the firewall level etc, but it seems that not possible, so.... would it be... (9 Replies)
Discussion started by: LiquidChild
9 Replies

4. Linux

Linux live cd

Does enybody know where I could get instructions how to make Linux live cd? I want to make my own so if you guys know anything just lemme know... thanks a lot... ;) (3 Replies)
Discussion started by: shooroop
3 Replies

5. Linux

G++ Linker Error

Hi All, I m new to this group. I m facing one problem during my linking of CPP code at Linux env. after compliation i m getting error "undefined reference to ....." Please anyone help me to resolve this error. Regards, ASR make: Leaving directory /fwk' echo g++ -o server ... (1 Reply)
Discussion started by: ASRRAJ
1 Replies

6. IP Networking

what exactly is web1.0, web2.0, web3.0 ?

Hi guys, Is it correct to say that a website's category is for example web1.0? or Is it correct to say that we live in for example web2.0 Internet technology period? (5 Replies)
Discussion started by: Felicia23
5 Replies

7. Red Hat

Ram Requirement for using a live cd

Is there a Ram Requirement for using a live cd? I wasn't able to load the fedora 14 kde live cd on a old computer. (1 Reply)
Discussion started by: cokedude
1 Replies

8. What is on Your Mind?

For China members:which city do you live?

hi guys: i am live in Changsha China , i am study here . which city do you live? (1 Reply)
Discussion started by: kingdream
1 Replies

9. What is on Your Mind?

What technology you can't live without for a week?

Lets us take a moment and think about what technology we can't live without for a week. A poll is added. Share your opinions :b: (5 Replies)
Discussion started by: Yoda
5 Replies

10. AIX

Regarding Upgrading RAM in AIX 6.1

Hi Folks, Currently we are having the below configuration in one of our AIX 6.1 server. RAM:- 8 GB Paging space :- 19 GB CPU processor:- 1 CPU type: 64 bit But we would like to upgrade the configuration to below to improve the system performance and resolve some memory issues. ... (11 Replies)
Discussion started by: sumanmca2006
11 Replies

11. Programming

Linker errors linking to .a files on OS X

Basically my problem is that when I try to compile anything using ./configure && make, it fails because of linker errors. I can reproduce the behavior I'm getting as follows: I have the two following files main.c: #include <stdio.h> extern void func(void); int main(int argc, char... (5 Replies)
Discussion started by: MarshallBanana
5 Replies

12. UNIX for Advanced & Expert Users

Linux live cd for low memory

Could I please get some recommendations of a linux live cd for low memory? (1 Reply)
Discussion started by: cokedude
1 Replies