static objects and web services

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gene

    static objects and web services

    Hello,
    I haven't seen anything written about "static" objects and web-service
    "applicatio ns". My web service(s) require quick (read-only) access to some
    cached data. I'm hesitant to putting this in a cached ADO dataset (of course
    it would have to implement a lazy-reader pattern to load the data) that is
    statically defined for the application...
    Any thoughts would be appreciated.
    Gene


Working...