Re: Connect over internet



Ian,

1) Yes, AFAIK, that is how most drivers, thin or fat works.
2) Yup, I would think that most thin middleware programs do the same. I
know ASTA does, and it allows you to configure, override, etc.
3) ASTA also does this and more. I am sure that others do the same, but I
dont know.

I mention ASTA a lot, that is the only thin middleware software that I have
used. I know RemObjects has a very powerful thin frameworks, I am sure that
if you visit some of their websites, they could provide you with lots of
info why using thin is good, or IMO better.

ASTA had a feature that would encrypt and compress data before sending it
over the wire and de-crypt and de-compress on the client side. Which was a
nice feature, I am sure others do the same.

You are right, you COULD use ADO in connecting over the net, but should you.
Maybe in your application you were able to get good performance but I dont
think this is the norm.

Maybe MySQL works very different then MS SQL-Server. I have only worked
with MS SQL-Server so I only have that to draw on. It is my understanding
that with ADO with MS-SQL Server each client has a direct connection to the
database, this becomes a problem when you have many clients all doing
different things. With thin models, you return the whole result set,
present it to the user and then only send updates back to the server. I
think MIDAS works that way.

I also think ADO.NET works on this model also.


Thanks for you feedback and I will look a little more closely at MySQL. I
have some projects comming up that are should be thin and maybe this is a
way to go. Maybe

Edwin


.



Relevant Pages

  • Re: thin java cient?
    ... >>Hello, please, I'm searching for a Thin Java Client, for J2EE. ... For example we use Sun Ray thin client hardware to provide a portable desktop environment ...
    (comp.lang.java.programmer)
  • HTML -> Smart client (communications)
    ... I need to tie together two apps; a thin client and a smart-client ... The thin client is HTML generated from an asp web-site [can ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Filemaker 9 and thin client
    ... the thin client sells for less. ... Worse it makes filemaker pro itself something of a lame duck, ... The bottom line, we'll be paying the same for less ...
    (comp.databases.filemaker)
  • X-windows and MPEG streaming
    ... I am trying to setup a system that comprises of a X server(Linux Thin ... Client), booting from a Linux server using DHCP. ... I want to be able to play MPEG and other formats which are stored on ...
    (comp.windows.x)
  • Re: Unit testing GUIs
    ... will create a logical object, and that will process the actual data. ... The GUI Layer and Logic Layer are decoupled. ... You were thinking "thin client" in terms of client/server. ...
    (comp.object)