|
|
Subscribe / Log in / New account

Too much virtualization isn't good

Too much virtualization isn't good

Posted Jan 17, 2011 12:37 UTC (Mon) by cabrilo (guest, #72372)
In reply to: Too much virtualization isn't good by iabervon
Parent article: Lawyers Can Leave Windows for Linux OS – Ubuntu (SEOLawFirm.com)

It's an interesting concept, I do it for my own stuff (I'm a freelance programmer, so I usually keep a clean environment for each one of my bigger projects).

However, lawyers usually have a huge number of clients, and they need to archive everything well, so think in terms of a decade of cases and different clients. I'm not sure how that would scale to dozens or even hundreds of clients.


to post comments

Too much virtualization isn't good

Posted Jan 17, 2011 20:29 UTC (Mon) by iabervon (subscriber, #722) [Link]

That's why I'm thinking they'd be generated on demand. Aside from the client you're currently billing, and clients you've done work for earlier that day, the virtual machine would consist only of a configuration file specifying how to assemble the filesystem that would be seen if you booted that client's VM, and the document directories in the VM would come from a client-specific directory on the file server, and everything else is a read-only map of sections of the native, local filesystem. This has the additional benefit that, inside the VM, you actually can't write a document that isn't going to the location that's archived for the client. So you can't accidentally put a document you're writing on the desktop and fail to get it archived as related to the particular client it was for.

In any case, done properly, there shouldn't be any resource whose usage scales with the number of VMs that have ever been set up in a way that is not significantly smaller than the usage required anyway for the client's documents. And an individual lawyer isn't going to do work for a huge number of clients at the same time, so the "working set" scaling isn't too big a deal.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds