Re: Using D7 and D8 together

From: Alan Questell (alanq_at_pinehurst.net)
Date: 04/28/04


Date: Wed, 28 Apr 2004 12:06:31 -0400

C/S probably. I find n-tier architecture to be over-hyped, except in some
specific applications. The idea that you can update business logic and
objects on the middle tier without having to update the client is a fine
principle, but it hardly ever works out that way in real life. Connection
pooling is useful for the middle tier (in database applications), but the
principle of the disconnected dataset in .Net negates that for the most
part. For the smaller size stuff I build, it doesn't really add anything, or
so I've found. If logic and objects are going to be used across a range of
applications, that would be a different story.

Or so it seems to me.

"Lauchlan M" <LMackinnon@NOSPAMHotmail.com> wrote in message
news:408fcb20$1@newsgroups.borland.com...
> > I think the point of using .Net is taking advantage of ASP.Net. IMO it
> > simply beats anything Delphi itself has ever delivered for creating
> > applications on the web unless you use something like IntraBuilder with
> it.
> > (Now that I think about it, I shouldn't say "something like
IntraBuilder"
> > but just "IntraBuilder." There's only one other thing like it, and I
don't
> > think it's really close.)
>
> Alright, use asp.net for the web interface.
>
> What kind of app/architecture is it? C/S? n-tier? I take it it's not
> standalone . . .
>
> What you can do straight away if it's a C/S or n-tier application is have
> your asp.net website and your win32 server driven by the same database.
That
> hybrid architecture is no problem. Your web page gets and edits data, your
> win32 clients get and edit data, the system churns along.
>
> It gets more tricky if you want the web application to be driven by the
> middle tier of an n-tier application instead of getting its data directly
> from the database (effectively as a client to the database server). In
this
> case I think it would mean you would want a .net server as well. I'd start
> thinking about making it all n-tier or all win32 if you want to go to that
> kind of architecture.
>
> Just some thoughts.
>
> HTH
>
> Lauchlan M
>
>



Relevant Pages

  • Re: Superstitious learning in Computer Architecture
    ... However, for weather simulation, heat transfer, and neural network problems this architecture should truly come into its own. ... There are some "borderline" applications like digital wind tunnel, where most of the computation is the low precision stuff to track air movement and pressure, but then there is the high-precision boundary conditions at the airfoils. ... There are some BIG unknowns here, as synapses are NOT as simple as the NN folks would have you believe. ...
    (comp.arch.arithmetic)
  • Re: [FAQ][bozza] La grande FAQ dei Mac con processori Intel
    ... PowerPC versions of your applications, while preparing Intel versions of the same applications. ... To ease this transition while retaining and improving upon the remarkable performance of Mac OS X, Apple has introduced universal binaries, a format that places native code for both architectures in one package. ... In addition to providing a scalable execution platform for a variety of applications, Cell is also a scalable system architecture. ...
    (it.comp.macintosh)
  • Two PhD position at VERIMAG in collaboration with ST microelectronics
    ... To cope with the complexity of applications and time-to-market ... the software on the multi-processor architecture in order to obtain ... Programming Languages for Stream Processing Applications ... The proposed thesis will study the appropriate programming language ...
    (sci.research.postdoc)
  • Re: middle tier recommendations
    ... What is driving the architecture? ... simple middle layer, written as DLLs, that call SQL. ... applications have fewer than 100 concurrent users. ... you didn't provide the key constraints that drives the ...
    (microsoft.public.dotnet.framework)
  • Re: Is SaaS nothing more than rebranded ASP?
    ... There is really not much to SAAS that is not SOA, ... added a new marketing term to clarify best practices in software ... there is not much difference from n-tier to ... properly refactored functional applications, ...
    (microsoft.public.dotnet.languages.csharp)