Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 976833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:48:32+00:00 2026-05-16T03:48:32+00:00

I’m building an application with several Connector classes that interface with varied data silos.

  • 0

I’m building an application with several Connector classes that interface with varied data silos. For an example, see an earlier question of mine here. Anyways, as is the case in my example, almost all of these data sources are expensive time-wise on access, so each Connector maintains a cache to limit accesses. For every data silo, there is an IDataSource that fetches data, and a Connector that caches. The Connector is accessed by passing in an IDataSource to a factory method on my AppFactory class.

Unfortunately, there is exactly 1 Connector that does not fit this model. The Active Directory silo is fast enough to not need a cache, so there is no need for an ActiveDirectoryConnector, nor would there be a factory method on my AppFactory class. As I said before, in EVERY other case, data is requested from a Connector object, which can only be gotten from a method call to the AppFactory with an IDataSource parameter.

As far as I can tell, my options are to have a shallow ActiveDirectoryConnector object that just forwards requests straight to its IActiveDirectoryDataSource, or to not have an ActiveDirectoryConnector at all. In the former case, I maintain conceptual integrity with the rest of my Connectors, but I have a useless level of indirection. In the latter, I sacrifice conceptual integrity for directness. Which is the lesser evil?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T03:48:33+00:00Added an answer on May 16, 2026 at 3:48 am

    I would say to keep your model in place and don’t introduce the complexity of the special case handling. It’s perfectly reasonable to have a Connector that just forwards on the request to the eventual data source. You’re not bending over backwards here, there’s nothing fundamental to the Connector metaphor that requires it to have a cache. The cache is just a performance optimization and the Connector concept seems to be a useful abstraction layer that allows you to introduce a cache (or other processing) when needed.

    Conceptually this is somewhat similar to the practice of accessing member data for an object through accessor methods instead of directly using the member variable, which is considered a best practice by many. The reason for that is similar: if you add a level of indirection in between the client and the data, it allows you to introduce additional processing or optimization in the future when that data needs to be accessed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
We're building an app, our first using Rails 3, and we're having to build
i got an object with contents of html markup in it, for example: string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.