-
as seen on Server Fault
- Search for 'Server Fault'
I am designing a network service in which clients connect and stay connected -- the model is not far off from IRC less the s2s connections.
I could use some help understanding how to do capacity planning, in particular with the system resource costs associated with handling messages from/to clients…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What product or tool do you use to do Resource Capacity planning for your development team? Currently managing a large group and trying to provide visibility into my resource availability. I am creating this in MS project, but was curious if there was a better tool/solution based off your experience.
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
This post is my contribution to Adam Machanic's T-SQL Tuesday #004 , hosted this time by Mike Walsh . Being applicative DBA, I usually don't take part in discussions which storage to buy or how to configure it. My interaction with IO is usually via PerfMon. When somebody calls me asking why everything…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I am planning to host 5000 site with separate application pool. Based on my estimate there are around 1600- 2000 worker process will be running on the server.
So my question is: Is is possible to host 5000 sites on a server with IIS 6.
Server Configuration:
16 Core @ 2.27 Ghz CPU
8 GB…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have an application writing to an ext3 directory which over time has grown to roughly three million files. Needless to say, reading the file listing of this directory is unbearably slow.
I don't blame ext3. The proper solution would have been to let the application code write to sub-directories…
>>> More