If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > tuxedo equivalent from OpenSource?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-04, 04:39
joepareti joepareti is offline
Registered User
 
Join Date: Nov 2004
Posts: 2
tuxedo equivalent from OpenSource?

A client of ours is porting a 64bit application that currently runs under TUXEDO on a proprietary UNIX system. Because the volume of transactions is increasing they reckon that expanding the current capacity would be less cost-effective than moving the entire environment (excluding databases) to Linux, however the stumbling block is Tuxedo. Also, I am rather new to this ans so I would need to:

- understand the Tuxedo functionality in some details

- gather info on what's available from OpenSource
Reply With Quote
  #2 (permalink)  
Old 11-18-04, 08:47
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
You can think of Tuxedo as "tinker toys" for building server applications... It manages the back end side of process managment, synchronization, scheduling, inter machine communications, etc.

I don't know of anything Open Source that even begins to compare with Tuxedo. Have you considered just buying a copy of Tuxedo for your Linux machine? It isn't that expensive, and I'd expect it would make the whole process a lot simpler.

-PatP
Reply With Quote
  #3 (permalink)  
Old 11-19-04, 03:53
joepareti joepareti is offline
Registered User
 
Join Date: Nov 2004
Posts: 2
some examples ?

Thanks; to be able to appreciate what transaction monitors do, I also started looking into this :

http://lsirwww.epfl.ch/courses/cis/2...onMonitors.pdf

My understanding is TUXEDO is a transaction manager such as explained at page 18, right ?

I think I would also benefit from seeing a piece of code that implements the minimum fuctionality of a transaction manager (kind of "hello world" code ...)
Any hint ?
Reply With Quote
  #4 (permalink)  
Old 11-19-04, 04:15
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
If you look around, you can probably still find the public domain portion of Tuxedo. It was originally the AT&T Transaction Manager, part of System V.

Be forewarned, that even the Tuxedo core is huge, somewhere around 530 K lines of rather obtuse C with the KCS primitives coded in VAX assembler (with some wild macros written to allow PDP-10 assembler to be incorporated within the VAX code!). What you are contemplating isn't a project for the faint of heart!

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On