Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals 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 June 30th, 2010, 06:37 AM
Authorized User
 
Join Date: Apr 2007
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default Window Services to improve speed

I'm working on a web application where I've to interact with database again and again. And database is also very bulky some tables having more than 50000 records. And records from these tables are being used to view in other pages very frequently. And in fetchig records it's taking normal time but as per client requirement it should be faster and faster as fast as possible. So i'm looking for an any way through which fetching records will be faster and fastest as possible. Someone has suggested me to go with WINDOW SERVICES to improve the speed in my web application.

Last edited by Manoj Bisht; June 30th, 2010 at 06:39 AM..
 
Old June 30th, 2010, 07:07 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

I don't see how Windows Services can speed up the retrieval of data in a web application. It only adds another layer of overhead.

What you could so is:

1. Optimize the database. Make sure you have optimized indexes on your tables, optimize queries (only select columns and records you need), optimize statistics, use database paging and a lot more. This is a good start: http://www.google.com/#hl=en&source=...se+performance

2. Cache data that doesn't frequently change. Again, Google is a good starting point: http://www.google.com/#hl=en&q=cache+data+.NET

Hope this helps,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Window Services mukesh_sin123in .NET Framework 1.x 0 November 22nd, 2007 08:54 AM
Improve on this code...? niallhannon Pro VB 6 7 February 24th, 2007 01:47 PM
Window services Pallavs20 C# 0 March 27th, 2006 03:27 AM
how to improve this code? dhaval229 SQL Language 0 February 20th, 2006 04:38 AM
how to improve this code? dhaval229 SQL Language 0 February 20th, 2006 04:36 AM





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