Siju George wrote: > Hi, > > How Do you handle when you have to Serve terrabytes of Data through > http/https/ftp etc? > Put it on Differrent machines and use some knid of > loadbalancer/intelligent program that directs to the right mahine? > > use some kind of clustering Software? > > Waht hardware do you use to make your System Scalable from a few > terrabytes of Data to a few hundred of them? > > Does OpenBSD have any clustering Software available? > > Is anyone running such setups? > Please let me know :-) >
can't say with complete confidence b/c i've never done it but using NFS or AFS would be a start. AFS would likely be the best solution, albeit with a much sharper learning curve, and it can be spread over several machines. NFS would need some system for tracking where which chunk of storage was (a PITA, AFAICT). if there is an elegant way to achieve this with NFS i would like to hear about it. cheers, jake > Thankyou so much > > Kind Regards > > Siju