473,405 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

N-tier

If I have a web app which provides interface to customers for ordering items
of goods through IE browsers. The interface is built on ASP.NET. The
interface calling bunch of DLLs and the DLLs in turn link to a database on a
SQL server.

Should this be regarded as 3 tiers or 2 tiers?

Is there any synchronization issues involved here, like inside DLL and
accessing database if many customers access the same ASP page?

Thanks in advance!
Nov 18 '05 #1
2 1075
Hi p988,

This would be a three tier application:
Database <=> Data Access / Business Logic <=> Web Interface

You may want to consider using caching if you are concerned about a slow
load time with a lot of hits.

As far as synchronization, you'll need to elaborate and explain what you
mean by that.

Alex Papadimoulis
"p988" <p9**@hotmail.com> wrote in message
news:u0**************@TK2MSFTNGP11.phx.gbl...
If I have a web app which provides interface to customers for ordering items of goods through IE browsers. The interface is built on ASP.NET. The
interface calling bunch of DLLs and the DLLs in turn link to a database on a SQL server.

Should this be regarded as 3 tiers or 2 tiers?

Is there any synchronization issues involved here, like inside DLL and
accessing database if many customers access the same ASP page?

Thanks in advance!

Nov 18 '05 #2
Jay
A typical architecture looks like this-
1. Front End (ASPX Pages)
2. Middle Tier (Web Services) + Data Acess Layer.
3. SQL Server.

Tiers are not directly proportional to dll's used.
An segment of an application is called a tier if you can have that segment
in a seperate machine.
In some situations I have had all three tiers in the same machine or in
others three different machines.
cheers
jay

"p988" <p9**@hotmail.com> wrote in message
news:u0**************@TK2MSFTNGP11.phx.gbl...
If I have a web app which provides interface to customers for ordering items of goods through IE browsers. The interface is built on ASP.NET. The
interface calling bunch of DLLs and the DLLs in turn link to a database on a SQL server.

Should this be regarded as 3 tiers or 2 tiers?

Is there any synchronization issues involved here, like inside DLL and
accessing database if many customers access the same ASP page?

Thanks in advance!

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: tstephan | last post by:
In the past we have used the classic nTier design with COM+, SQL Server and MFC. We are currently working on a new project with an opportunity to use .NET, ADO.NET, etc. One of the areas where I...
25
by: Stuart Hilditch | last post by:
Hi all, I am hoping that someone with some experience developing nTier apps can give me some advice here. I am writing an nTier web app that began with a Data Access Layer (DAL), Business...
5
by: Ryan Ternier | last post by:
I know how this should be done in regards to nTier, but it seems a bit inneficient, and was wondering if there's a solution that I havn't thought of yet. (I'm switching this loop to For Each Row...
1
by: Dnx | last post by:
hi i'm a very beginner of visual studio .net 2003 and aspx/vb.net i have to create a project with an architecture ntier i understand the concept but in practical, i don't know where to begin... ...
0
by: Jon Vaughan | last post by:
Hello, I have an NTIER Model written in VB.NET, at the moment is running as a client / server. Pushing a pulling data from the client to the server is fine and is done via webservice calls. But...
0
by: Jon Vaughan | last post by:
Hello, I have an NTIER Model written in VB.NET, at the moment is running as a client / server. Pushing a pulling data from the client to the server is fine and is done via webservice calls. But...
0
by: acnx | last post by:
I have an ntier application. I am trying to determine what is the best practice for handing errors in a datagrid. My datagrids are able to add, update and delete data. I am using a...
0
by: fra | last post by:
Ciao a tutti, č disponibile on line un esempio completo di progetto NTier da usare come base per lo sviluppo di una web application strutturata?? Intendo un esempio con gestione corretta dei vari...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.