<quote who="Mark Turner">

> I'm seperating the 'server' from the data by having the data available
> to the server over a Samba share.
> 
> Good thinking?

... No, for quite a few reasons. :)

A web server basically just picks stuff off disk and blats it out a port,
which is why you'll find things like the in-kernel TUX webserver that can
take advantage of the zero-copy network stuff, directly pumping files from a
filesystem out into the real world. It's cool stuff.

If you had a load-balanced crowd of web servers, then the use of a network
file system such as NFS would only be natural.

[ I'd fix this issue by putting the files back on the web server, or having
an automated process to do it for you. ]

- Jeff

-- 
             "Laughter is a force for democracy." - John Cleese             

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to