Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 17th, 2005, 10:48 AM
Registered User
 
Join Date: Mar 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default doubt regarding dataset.

As I understand, dataset is in-memory cache of data. Now consider a webserver were thousands of users are accessing. There is a chance that thousands of dataset are created in this server. If this is the case, is it not going to affect the server performance?

 
Old March 17th, 2005, 11:16 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

Hi,

The question which you have asked is really a point of consideration.

In my view, the consideration should be at the web application level not at the web server level. It is true that serving a 1000 or more sessions at a time with individual datasets is memory intensive. But all depends on the Tier Architechture of your application. If you keep per user datasets then the system will be memory intensive, however if you share your objects among multiple users in a single time and maintain concurrency then it is great.

All depends on your business logic, performance requirements and more ...

cheers

Anubhav

Anubhav Kumar
 
Old March 17th, 2005, 02:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

It is my understanding that once the page is cached all users access the cached page.

Take a look at this:
http://aspnet.4guysfromrolla.com/articles/022802-1.aspx
 
Old March 19th, 2005, 03:28 PM
Authorized User
 
Join Date: Mar 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In multi tier architecture there should be no problem of this kind.

becoz there is less and less data to be transfered from one system (database) to another(client or web server)

Atul Kumar Sharma






Similar Threads
Thread Thread Starter Forum Replies Last Post
doubt sampathk Visual Basic 2005 Basics 1 November 28th, 2006 02:45 PM
Converting a untyped dataset to a typed dataset daphnean Visual Studio 2005 0 July 13th, 2006 01:16 AM
doubt! kk_katepally ASP.NET 1.0 and 1.1 Basics 1 February 7th, 2006 01:58 PM
doubt naveen J2EE 1 April 6th, 2004 07:42 PM
Re: SQL Server dataset to ACCESS dataset dazzer ADO.NET 0 March 22nd, 2004 05:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.