Jump to content
Compatible Support Forums
Sign in to follow this  
ewaite

Windows 2000 Distributed File System Performance

Recommended Posts

Hey Everyone

 

I'm looking for some opinions about the performance of Windows 2000 Distributed File System (DFS) when dealing with a very large number of small files. Please reply with personal experiences using DFS and any impact on performance of the servers.

 

I plan to implement a DFS share to replicate the wwwroot on 3 web application servers. The wwwroot contains about 230,000 small files in 24,000 folders. Total size is about 3 GB but the files rarely change. All three servers are large machines running Windows 2000 Server (SP3) with hardware SCSI RAID and are connected via 100mbit lan. I fully understand how to implement this but am looking more for input on the performance hit I can expect when replicating such a large number of files.

 

Thanks for any help,

 

Evan

Share this post


Link to post

funny that you bring that up because i use DFS on my .NET servers to do the exact same thing. Ihave my wwwroot for all the website that i have built on 2 computers using DFS. Updates to file happen almost instantaneously. What DFS does is like binds the 2 or more folders together into what they call a domain root. Then you can work on that share and it will auto replicate to the others. It is pretty cool to cause the share is like virtual like \\nameofdomain\nameofdomainroot

so it is really easy to get to. then you can just point all your IIS home dirs to that share also. It allways worked great for me in .NET i am not sure how it works in 2k but i imagine it is just the same

Share this post


Link to post

Hehe yes we have WAY too many files. The problem is our web software was written by someone who thought it best that every client had their own folder (with a copy of master version files) and every client project had its own sub-folder (also with a copy of master version files). Multiply this by 3 major products (and multiple versions of each) and we have a lot of the same files in different folders with a few customizations here and there. These files will eventually be archived but not in the near future. Luckily our new versions of software will be less file intense laugh

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×