Re: n-Tier development

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:egVsXQbJGHA.916@xxxxxxxxxxxxxxxxxxxxxxx
> CMM,
>
> I see that you have well thought about it. However trying to get you out
> of a loop you are in my idea in (or maybe I am in it and can you show me
> that).
>
> What does it change when I communicate on whatever line to a middle Tier
> DataServer or direct to the EndDataServer?

When you communicate with the middle tier you're sending a
dataset-wth-changes in one network call over the LAN. This translates into
exactly two broadcasts (1 there, and 1 back.... a rountrip) no matter how
many records are in the dataset.

vs.

When you communicate with the data server directly you're sending sql
insert/update commands over several network calls. For instance, submitting
10 changed rows causes 20 broadcasts across your LAN.

It's as simple as that. Coupled with that fact that your LAN is used for
many other things (web, e-mail, etc.)- not just your app- I think the first
solution (3-tiered) is always the more efficient. It doesn't make much
difference with just a few users... but it also doesn't hurt much either!...
and it makes your app a lot more robust and easier to maintain in the
long-run.


.



Relevant Pages

  • Re: IP assignment by DHCP failure
    ... If you are Chris, the original poster, ... work on his LAN. ... communicate with local computers), he should be able to connect through ... Ethernet encapsulations with a MTU of the ...
    (microsoft.public.windowsxp.network_web)
  • Re: home network, SP2 and network connection lost!
    ... > explorer pages and unable to communicate with the others on the LAN. ... > When I turn on DHCP on just the one machine, I get an error that The ... Service Pack 2 activates the Windows Firewall automatically. ...
    (microsoft.public.windowsxp.general)
  • Re: voice communication on my LAN
    ... Users on the LAN show up in the address book as ... then I'd appreciate advise on which SIP server would be ... we're discussing will only occur where you're trying to communicate via ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Networking with FreeBSD
    ... > for example He would not be able to communicate because of the /24? ... Yes because they are on different networks. ... HQ LAN 192.168.0/24 ...
    (freebsd-questions)