GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MogileFS::Factory(3) User Contributed Perl Documentation MogileFS::Factory(3)

MogileFS::MogFactory - singleton class for holding some common objects.

This module holds a singleton for caching objects which are common but relatively low in number. Such as devices, compared to fids.

This singleton is to be maintained by the parent process, and inherited to children during fork. Post-fork, the cache is updated by natural commands, or a monitor process pushing changes through the parent.

The purpose is to provide a fresh cache, without forcing new children to wait for a monitoring run before becoming useful. It also should greatly reduce the number of simple DB queries, as those should only happen periodically directly from the monitor job.

2012-08-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.