Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Product Lifecycle
  3. Collaboration / Beta Testing
  4. datareader over remoting infrastructure

datareader over remoting infrastructure

Scheduled Pinned Locked Moved Collaboration / Beta Testing
databasesysadmincsharpasp-netbusiness
1 Posts 1 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SimonS
    wrote on last edited by
    #1

    Here's the scenario: 3 machines. Web server - running ASP.NET App server - running .NET assemblies db server - running SQL 2000 We are exposing .NET objects, via remoting, on the app server and allowing consumption by the web server. The team has been keen to pass datareaders (because "they're faster") from the business objects on the app server to the ASP.NET pages on the web server. My argument, as the architect, is: 1. datareaders maintain a connection to the database and that means that the ASP.NET layer needs to take on more responsibility. 2. datareaders over remoting. WTF? No, just no, don't argue. AGGHGH :mad: 3. datasets are more programmable (my opinion) 4. the real benefit of datareaders over dataset will become more apparent when dealing with large resultsets, which we're gonna avoid anyway. What does CP feel about datareaders over remoting? Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups