M
Mark S.
The app gets about 300 requests per second during peak hours. The part of
the app in question acts like a "lookup table", but isn't tied to a
database. My reading on the subject, and my test code, leads me to believe
using a HybridDictionary object is super fast. Yet I'm told XML parsing is a
contender and should be considered.
In your experience which you would you use, considerations that should be
taken into account and any gotchas you've come across.
Thank you.
the app in question acts like a "lookup table", but isn't tied to a
database. My reading on the subject, and my test code, leads me to believe
using a HybridDictionary object is super fast. Yet I'm told XML parsing is a
contender and should be considered.
In your experience which you would you use, considerations that should be
taken into account and any gotchas you've come across.
Thank you.