From: Michał B. <mic...@ge...> - 2010-08-20 10:58:57
|
Hi! You can easily use MooseFS to store any kind of content, including log files. Performance should not be affected. But it depends on the logging mechanism, if for writing every line the file is continuously opened, data appended and the file closed, for sure it is not perfect way to save logs. And you have to remember about one thing. Different clients cannot write at the same moment to the same file located in MooseFS. So if you have several httpd servers, let them save the logs under different filenames (eg. access-192.168.0.1.log, access-192.168.0.2.log, etc.) If you need any further assistance please let us know. Kind regards Michał Borychowski MooseFS Support Manager _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Gemius S.A. ul. Wołoska 7, 02-672 Warszawa Budynek MARS, klatka D Tel.: +4822 874-41-00 Fax : +4822 874-41-01 -----Original Message----- From: Anh K. Huynh [mailto:ky...@vi...] Sent: Thursday, August 12, 2010 12:21 PM To: moo...@li... Subject: [Moosefs-users] Moosefs for logs Hi, I am a moosefs newbie. I am using EC2 instances and I intended to build a moosefs system to share EBS disks between instances. My question is that: can I use moosefs for logs? My applications (web server, applications) need to write to logs files, but I don't know if there's any performance problem when logs are written to moosefs' disk. Thank you for your helps, Regards, -- Anh Ky Huynh ---------------------------------------------------------------------------- -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ moosefs-users mailing list moo...@li... https://lists.sourceforge.net/lists/listinfo/moosefs-users |