Questions tagged [tuxedo]

Tuxedo (Transactions for Unix, Extended for Distributed Operations) is a middleware platform used to manage transaction processing in distributed computing environments. Developed in the 1980s, as of 2008 it is a product of Oracle Corporation.

Tuxedo (Transactions for Unix, Extended for Distributed Operations) is a middleware platform used to manage transaction processing in Unix based distributed computing environments. It was developed at Bell Labs in Cherry Hill, NJ by a team lead by Marc Carges. TUXEDO started out life as a Bell Labs project call TUX (Transactions for UniX). TUX set out to do for Unix databases what IBM IMS (Information Management System) did for IBM Mainframe Databases, that being manage the resources required by a client application needing access to a database resource.

IMS introduced a third tier in the application stack, instead of the client directly accessing the database, IMS forced the mainframe application (Mostly COBOL applications) to access the database via a middle tier, IMS. The mainframe application would communicate with the IMS layer, and the IMS layer would communicate with the mainframe database. This allowed IMS to manage the database resource, and take steps to ensure the database resource was being utilized in the most efficient way possible.

For example, prior to the arrival of IMS in the mainframe world, a Cobol application that needed access to a mainframe database would open a private and dedicated connection to the mainframe database. If there were 200 instances of this COBOL application, the mainframe database would have to manage 200 connections. When IMS was introduced, the IMS middle tier would open ONE connection to the mainframe database, and multiplex that ONE connection to the 200 COBOL applications needing access, (session concentration).

This is one of the main features the TUX middleware brought to Unix database based applications, session concentration. It was originally deployed on the internal Bell Labs system that managed patents. The Bell Labs patent search application wasn't scaling, and the introduction of the TUX middleware to the search application was a great success, allowing it to remain performant as the number of concurrent users increased. Once proven on the patent search application, TUX was rolled out to AT&T's OSS (Operational Support System).

So TUX was established as a 'must have' feature internally at Bell Labs. Then TCP/IP got wired into Bell Labs Unix. When that happened, the TUX team set about to make TUX distributed, and TUXEDO was born (TUX Extended for Distributed Operations). TUXEDO kept to it's original goal, introduce a middle tier who's main goal is to make access to the database resources efficient), but now do so when the database resources are Distributed!

Distributed databases in the Unix world, at that time, implied the XA protocol, so TUXEDO had to incorporate the XA protocol, so it could manage database transactions that spanned multiples hosts/database engines. So for example, if you declare an autonomic update, and there are two separate databases involved, so long as they both supported the XA protocol, the automiticity could be enforced by TUXEDO. I.e. one table is Oracle on host A, one table is Sybase on host B, TUXEDO would enable an atomic update involving both databases.

Around the 1989 timeframe, several small development shops acquired the rights to the TUXEDO product from AT&T. They established boutique consulting operations focused on high transaction throughput applications on Unix. These boutique consultants would build very large scale transactional systems for their clients using TUXEDO middleware.

By 1996 there were approximately 11 TUXEDO boutique consultants. In 1996 BEA systems was born, with the goal of acquiring TUXEDO from AT&T and creating a middleware company. Alas AT&T would not agree to sell TUXEDO to BEA. So instead of acquiring the rights to TUXEDO, BEA instead bought all 11 TUXEDO boutique consultancies. All of a sudden, BEA owned all of the companies that were paying royalties to AT&T for TUXEDO! Soon a deal was reached, and BEA became the owner of TUXEDO.

BEA acquired the entire TUXEDO development team from Bell Labs (Marc Carges, etc.) and acquired the TUXEDO development talent from the 11 boutique consultancy practices, all of which had TUXEDO source and had modified TUXEDO for their own purposes. BEA then set out to unify all of the boutique modifications into a new production release. From early 1996 BEA made a business out of selling their TUXEDO product to customers who needed to build highly scalable Unix based systems.

In September 1998, BEA acquired Weblogic, a J2EE based Application Server. At this point in time J2EE and Java application servers were the hot item. BEA's sales increased substantially due to their acquisition of WebLogic. At first, BEA tried to blend the features of TUXEDO with J2EE in a product called 'WebLogic Enterprise' and later called 'M3'. These products failed, due mostly to the fact that they weren't Weblogic, but more generic J2EE containers.

Starting from 2000, BEA shifted to selling Weblogic, relegating TUXEDO sales to 'special case' status, i.e. if it absolutely won't scale in the Weblogic world, and you've exhausted all 'consulting resources', and it still won't scale with Weblogic, then sell TUXEDO.

In January 2008, Oracle acquired BEA. The WebLogic app server was morphed into the 'Oracle Weblogic Server' product moniker. TUXEDO is still a special case at Oracle. It is only considered when high concurrent user loads are paramount, or an application is distributed amongst several hosts/databases. TUXEDO is still used by Oracle to report TPC benchmark results. The highest TPC-C benchmark results from Oracle are reported when using TUXEDO.

40 questions
0
votes
1 answer

Https request in c(pro*c) without openssl or libcurl

I have problems compiling with openssl in pro-c. Also, libcurl suddenly stop after check verification. So I’m looking for other way of https request. Can anybody let me know an example of https request without using libcurl/openssl?
0
votes
1 answer

Is there any way to avoid pro*c precompiler?

I’ve been trying to use openSSL on Oracle tuxedo but its pro-c compiler keep making error. People says pro*c pre-compiler can’t handle code in c99 syntax. I’d like to know how my code can avoid pre-compiler. According to openssl github issue…
0
votes
0 answers

Replacement of Bea Tuxedo

We are using Bea Tuxedo 8.1 in one of our application. So now we are planning for replacement of Tuxedo due to cost saving . So if any one know the best suitable replacement option for Tuxedo please let me know.
0
votes
1 answer

Slowness while calling tpinit and tpterm function in multithreaded programe

tpinit and tptern tuxedo function taking time. Its basically used in every request by client to join and leave the application. we observed heavy slowness when number of request is higher from a multi-threaded client process. We try to increase the…
0
votes
1 answer

Custom adaptor for Tuxedo call in JAVA

I have a typical requirement something like that … I have a oracle tuxedo server with lots of services , now we need to add one microservice layer on that which can talk(In and out) with the tuxedo server , something like a adaptor with can accept…
Biswajit
  • 323
  • 4
  • 15
0
votes
1 answer

Validate Tuxedo Service Authentication and Encryption

I am doing a risk review on online systems. These systems uses Tuxedo middleware to do some requests/ do services for the system. However, I am not a programmer or Tuxedo expert. I want to know how to validate that tuxedo is actually enforcing…
0
votes
1 answer

Tuxedo Client 12 Crash

We are observing frequent crashes of our Production JVM which runs webMethods v9.12. After analyzing the crash dumps, we came to conclusion that the reason could be some of the libraries in Tuxedo 12.1.1.0 Client because the crash dump mentioned…
anand_206
  • 31
  • 4
0
votes
1 answer

In BEA Tuxedo does it make sense to call tpfree after tpreturn?

I see this way too often in the codebase I'm currently working in: int obtained_number = 5; char *answer = tpalloc(15); sprintf(answer, "num:%d", obtained_number); tpreturn(TPSUCCESS, 0, answer, answerSize, 0); tpfree(answer);//why? According to…
ArthurTheLearner
  • 315
  • 4
  • 12
0
votes
1 answer

Connect Tuxedo server via JCA/J2C using java/J2EE application in JBoss/Spring boot. Such as XMLink

I am looking for the solution to implement the connectivity between web application (Java/J2ee) and existing Oracle Tuxedo service. I have found few options such as XMLink, JOLT & etc. How to configure in JBoss eas 6.x.x server / Spring boot?
Jay
  • 11
  • 3
0
votes
1 answer

Adapter JCA Tuxedo not working

I am following the "https://github.com/MatthewDavidCampbell/TuxedoJCA" repository code however I am having the following error. Does anyone know what might be missing? {Caused by: javax.resource.ResourceException: TPCALL failed…
0
votes
1 answer

Compilation error "Does not name a type" during compilation of code

Header 1 : fml32.h #ifndef TMENV_H #include #endif _TMIFML32 extern char *Femsgs32[]; Header 2 : tmenv.h #ifndef TMENV_H #define TMENV_H 1 #define _TMIFML32 #endif I'm trying to compile a .cpp file that includes "fml32.h".…
JSRK
  • 61
  • 1
  • 6
0
votes
1 answer

PIA_INSTALL_FAIL during PeopleSoft Server Administration

I'm following the online installation example (https://www.youtube.com/watch?v=7ElSGLkprkY) to install PeopleSoft with PeopleTools on Windows 7 with SQLServer 2008 R2. My PS and PT installation version differs from the online videos since I'm using…
morbac
  • 301
  • 4
  • 16
0
votes
1 answer

Method setRemoteAccessPointSpec not found

Getting method setRemoteAccessPointSpec not found exception when trying to deploy the TuxedoAdapter in Jboss AS7. The error details are as below: 14:51:47,250 ERROR [org.jboss.msc.service.fail] (ResourceAdapterDeploymentService Thread Pool -- 1)…
Ashish Mishra
  • 169
  • 16
0
votes
1 answer

Building Tuxedo Adapter for Weblogic

We are trying to build a Tuxedo adapter in Weblogic 11g to connect to Tuxedo 6.5. Does anyone know any good tutorial out there that can show us how to do this ? We found a some tutorials in Oracle website but unfortunately the tutorial files are not…
zfranciscus
  • 16,175
  • 10
  • 47
  • 53
0
votes
1 answer

Tuxedo Integration with JBoss AS-7 using JCA

Currently I'm looking for solution to integrate Tuxedo with JBoss AS-7 using JCA which provided by the oracle. I downloaded the com.oracle.tuxedo.TuxedoAdapter.rar file from oracle. deployed it into jboss-as-7.1.1.Final\standalone\deployments. After…
Ashish Mishra
  • 169
  • 16