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
MOGILEFSD(1) User Contributed Perl Documentation MOGILEFSD(1)

mogilefsd -- MogileFS tracker daemon

This is the main MogileFS daemon, mogilefsd, also called the "tracker". All interaction with a MogileFS installation begins by a client talking to a tracker (you should run several in parallel for redundancy).

See MogileFS::Client for a client library.

The mogilefsd daemon is an event-loop in the parent process, handling with epoll/kqueue/etc (see Danga::Socket) tons of client connections, while managing a bunch of worker processes underneath.

The worker processes under mogilefsd include:

Client query processing -- implements the MogileFS client/server protocol
See MogileFS::Worker::Query.
Monitoring -- monitors hosts and devices
See MogileFS::Worker::Monitor.
Replicate -- replicates files
See MogileFS::Worker::Replicate.
Deleter -- deletes files from storage nodes (protocol deletes from namespace are immediate)
See MogileFS::Worker::Delete.
Reaper -- re-enqueues files for replication when disks are marked dead
See MogileFS::Worker::Reaper.
Fsck -- background filesystem consistency checker
See MogileFS::Worker::Fsck.

See MogileFS::Store.

Brad Fitzpatrick <brad@danga.com>

Mark Smith <junior@danga.com>

Brad Whitaker <whitaker@danga.com>

 Copyright 2004, Danga Interactive
 Copyright 2005-2006, Six Apart Ltd.

Same terms as Perl itself. Artistic/GPLv2, at your choosing.

mogstored -- MogileFS storage daemon

<http://danga.com/mogilefs/>

2012-08-17 perl v5.32.1

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

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