Re: Tier?
Andrew Gayter <[email protected]> Thu, 17 Oct 2002 09:01:45 +0100
| Newsgroups | gmane.comp.windows.devel.vbcom |
|---|---|
| Message-ID | <[email protected]> |
Physical separation of components does not dictate the number of tiers. DNA is broken down into 3 logical tiers - presentation, business and data access. N-tier is when we describe DNA models that contain proxy layers to cater for cross process communication complexities. To know how many tiers you have look at what your code does, rather than where it is placed. I'm not sure what the (EXE) application does, but it's sure going to be a bottleneck in your system! A -----Original Message----- From: Technical discussion of VBCOM [mailto:[email protected]] On Behalf Of Hitesh Shah Sent: 16 October 2002 15:40 To: [email protected] Subject: Re: [VBCOM] Tier? Is any one can tell me how many tier the following application (Diagram) has ? and how Thank you in advance Rgds Hitesh _________________ | | | | | Database Server | (SQl SERVER 2000 +MTS) | + | | MTS Server(DLL) | |_________________| ^ || || || ________||_________ | | | | | EXE(Application) | (Exe is lying on this server from where client is accessing) | | | | |_________________| ^ || || || ________||_________ | | | | | Client PC | (User)(it doesnt have direct access to database server) | | | | |________________ | You can read messages from the VBCOM archive, unsubscribe from VBCOM, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the VBCOM archive, unsubscribe from VBCOM, or subscribe to other DevelopMentor lists at http://discuss.develop.com.