Hi Mohan,<br>comments are inlined.<br><br><div class="gmail_quote">On Wed, Jan 21, 2009 at 3:49 PM, mohan L <span dir="ltr">&lt;<a href="mailto:l.mohanphy@gmail.com">l.mohanphy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;Dear All ,<br><br>I read about mod_glusterfs a module for Apache . I understand that <br><br>mod_glusterfs is a module for apache-1.3.x written for efficient 
serving of files fro, glusterfs( i.e to speed up the access of files 
present on glusterfs). mod_glusterfs interfaces with glusterfs using 
APIs provided by libglusterfsclient library provided for glusterfs and 
hence can be used without FUSE (File System in User Space). FUSE 
involves context switches which are sometimes a bit too expensive for 
small files.mod_glusterfs , this is an apache module which lets you run 
the filesystem inside apache address space (in a seperate thread) which 
can greatly boost the performance of serving static files. Entire 
GlusterFS filesystem can be embedded into a web farm of Apache or 
Lighttpd web servers. This enables web requests to bypass kernel and 
access data directly.
<br><br><br>still I am not clear about this module .&nbsp; can you please explain ?<br><br>1). how does &nbsp; mod_glusterfs is working ? So that i will get more view .</blockquote><div><br>when mod_glusterfs is loaded on apache, all the requests which have certain prefix in the file-path (the prefix is configurable), will be served mod_glusterfs. Please note that, for mod_glusterfs to be working glusterfs need not be mounted in the filesystem hierarchy (hence fuse is not necessary). For more details please refer README.txt in the mod_glusterfs directory of glusterfs source tree.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br><br>I want to know more about . Because&nbsp; we are having small db files and also using Apache web server .&nbsp; I am exporting db file to client machine .&nbsp; where I have to use this module? whithout this module what is the issue? </blockquote>
<div><br>Even without mod_glusterfs,&nbsp; apache can serve the files from the glusterfs mount. In this case glusterfs should be mounted in the local filesystem hierarchy.<br><br>As mentioned in the documentation, the advantage of serving files through mod_glusterfs than through the glusterfs mount point is that there is no fuse overhead (context switches from user to kernel space and back) in case of mod_glusterfs.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br><br>Thanks for your time<br><font color="#888888"><br>L . Mohan&nbsp; <br>&nbsp;<br><br><br><br><br><br><br>&nbsp; <br><br><br><br>&nbsp;<br>
</font><br>_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
<br></blockquote></div><br><br clear="all">regards,<br>-- <br>Raghavendra G<br><br>