NewsBot
1
I am experiencing major performance issues wthin my web application. And I am concerned about my coding practices.
Counter: Processortime spikes up to 60% wihin one request. In production it reaches up to 80 or 90%.
Concern 1: I am using very long ENUMs*(one has over 300 entries)
Concern 2: I am storing rather big structs within hashtables (again several hundred entries in one hashtable)
*
Concern 3: I am using StringBuilder A LOT!
Concern 4: I am collecting the output of the entire page and transforming it with one big xsl document
Please let me know what you think!
More...
View All Our Microsoft Related Feeds
Counter: Processortime spikes up to 60% wihin one request. In production it reaches up to 80 or 90%.
Concern 1: I am using very long ENUMs*(one has over 300 entries)
Concern 2: I am storing rather big structs within hashtables (again several hundred entries in one hashtable)
*
Concern 3: I am using StringBuilder A LOT!
Concern 4: I am collecting the output of the entire page and transforming it with one big xsl document
Please let me know what you think!
More...
View All Our Microsoft Related Feeds