Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Language choice for high-volume Oracle CGI interface?

Re: Language choice for high-volume Oracle CGI interface?

From: Klaus Sonnenleiter <klaus_at_m-machine.com>
Date: Sat, 19 Jun 1999 20:51:55 GMT
Message-ID: <376C0239.35F62B46@m-machine.com>


Greg,

I believe somebody else already mentioned the Oracle App Server. You might also want to take a look at third party application servers. You might also want to take a look at third party application servers. We are using a products called "Tango" made by Pervasive. It basically encapsulates your SQL queries in an easy to maintain container for the application logic and it lets you add your own Java or C++ code pieces for time critical operations. It also uses OCI instead of ODBC and is scalable across multiple platforms should you ever grow out of NT.

Check out http://www.pervasive.com/products/tango for more details.

Klaus Sonnenleiter
The Media Machine, LLC
http://www.webdlms.com

Greg McCann wrote:

> We're doing a proposal for a system doing high-volume financial transactions on
> the internet. We're expecting 10,000 transactions per day at the beginning, up
> to 1,000,000 transactions per day eventually. The client has specified an
> Oracle database with an NT web server, using SSL for secure communications both
> between the browser client and our server and between remote servers and our
> main server.
>
> We're debating what language to use for the CGI programming. C++, Java, Perl,
> ...? I have some experience using Perl for database access, but not with Oracle
> or on a system as large as this. Do you have any thoughts on the relative
> merits of these languages for this application? If possible, we would like to
> follow a path which wouldn't lock us in to a Microsoft platform.
>
> Thanks,
>
> Greg
Received on Sat Jun 19 1999 - 15:51:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US