:: when I seprate the layers fysiclally on different machines why do this? this will kill performance and scalability. or maybe you just misunderstood .net remoting.
:::: when I seprate the layers fysiclally on different machines ::why do this? this will kill performance and scalability. or maybe you just misunderstood .net remoting. I don't mean separate them all (3 machines in this case just for the fun).. But i saw some
winforms starterskit//sample-apps where they try to run the DAL as a service, even a webservice, so you can seperate it for the rest.. I'm not sure If this will have any advantages, that was my question. I didn't used remoting for so far...
Bluemagics Weblog: "I'll always make your dark sky blue!"
>>But i saw some winforms starterskit//sample-apps where they try to run the DAL as a service, even a webservice, so you can seperate it for the rest.. I'm not sure If this will have any advantages One advantage of a webservice is that you can usually
expose it to the external world. So, theoretically your app could run inside the co. firewall and outside the co. firewall (assuming correct DMZ setup, etc). If remote access is a requirement and it cannot be only a web app and you cannot implement a VPN then
this type of architecture MIGHT be appealing. However, webservices are SLOW, so you would have to accept the performance hit in return for a wider range of access. I would suggest though doing a web app or VPN before doing this type of architecture.
cao
Member
712 Points
149 Posts
Re: asp.net middle tier architecture
Nov 16, 2004 08:53 AM|LINK
Bluemagics
Participant
1955 Points
391 Posts
Re: asp.net middle tier architecture
Nov 16, 2004 01:39 PM|LINK
rsmoke21
Contributor
3931 Points
792 Posts
Re: asp.net middle tier architecture
Nov 16, 2004 01:50 PM|LINK
thuhue
All-Star
15625 Points
3146 Posts
Re: asp.net middle tier architecture
Jul 14, 2005 07:23 PM|LINK
Thanks much.
latticesoft
Participant
1493 Points
335 Posts
Re: asp.net middle tier architecture
Jul 15, 2005 03:47 AM|LINK
>>What will be the best approach when I'm launghing updates?
Did you try smart client?
Get it Done! Simple is Best!
LatticeFramework Studio - model-driven template-based code generator
thuhue
All-Star
15625 Points
3146 Posts
Re: asp.net middle tier architecture
Jul 15, 2005 04:37 AM|LINK
What do BLL and DA stand for in full? Thanks.
SomeNewKid
All-Star
45894 Points
8027 Posts
Re: asp.net middle tier architecture
Jul 15, 2005 05:31 AM|LINK
DAL = Data Access Layer (or Data Abstraction Layer)