resource-management

Is a million users hitting one file on the server the same as a million users hitting a million different files?

Is a million users hitting one file on the server the same as a million users hitting a million different files? ...

Does anybody knows a software that tracks multiple projects and resources?

I am looking something that: Allows me to create projects (with a duration) and assign needed roles for them (I don't care about tasks or a gantt chart in this tool, just a project view) Allows me to create people with one or more roles Set desired start range date for each project Calculate what people to assign to the project and a c...

What does "opening a connection" actually mean?

I was trying to explain to someone why database connections implement IDisposable, when I realized I don't really know what "opening a connection" actually mean. So my question is - What does c# practically do when it opens a connection? Thank you. ...