|
NAMEmogilefsd -- MogileFS tracker daemonUSAGEThis 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. ARCHITECTUREProcessesThe 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:
Data StorageSee MogileFS::Store.AUTHORSBrad Fitzpatrick <brad@danga.com>Mark Smith <junior@danga.com> Brad Whitaker <whitaker@danga.com> COPYRIGHTCopyright 2004, Danga Interactive Copyright 2005-2006, Six Apart Ltd. LICENSESame terms as Perl itself. Artistic/GPLv2, at your choosing.SEE ALSOmogstored -- MogileFS storage daemon<http://danga.com/mogilefs/>
Visit the GSP FreeBSD Man Page Interface. |