Re: Programming interface or tool

From: Dirk Bellemans <Dirk.Bellemans_at_skynet.belgium>
Date: Fri, 22 Oct 1999 22:22:09 +0200
Message-ID: <7uqhi5$otg$1_at_news0.skynet.be>


Tuxedo is expensive but fast. If (and only if) your server is running Microsoft Windows NT, MTS is the cheapest choice. Another alternative is a CORBA thing, for which you can write your middleware programs in Java (but that's no restriction, just an option).

Multi-tier is always more performant than ordinary client-server, but especially when well developed and when you have many short-lived connections and several servers, since middle ware gives you connection pooling and load balancing.

However, you 'll need the expertise to get the thing up and running, and that could be a problem nowadays.

--
Dirk Bellemans
Modify email address to reply (use .be instead of .belgium)

Lee Kang Won wrote in message <380C1BDA.9B580773_at_3rsoft.com>...

>
>I'm going to make a program which works with Oracle DB.
>I want some information about performance as I have to handle
>records as many as over 10 million.
>I have experience on programming with OCI but some recommend
>using middle ware such as 'Tuxedo'.
>The most important factor is 'performance'.
>
>Is OCI slow-running when working with apache?
>I'm considering loadable module.
>
>I want some advice.
Received on Fri Oct 22 1999 - 22:22:09 CEST

Original text of this message