Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Oracle Tuxedo

You're reading from   Getting Started with Oracle Tuxedo This is a crash course in developing distributed systems using Tuxedo and extending it to an SOA or cloud environment. Get to grips with administrative tools, Tuxedo APIs, the SALT component, and the Exalogic machine.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849686884
Length 162 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Developing a Tuxedo server


We discussed the Tuxedo client in the previous section and now we'll discuss how to develop a Tuxedo server for a client's request or for other servers that call a server to get some work done and finally return it to the client. The Tuxedo server provides services (business functions) to the client or other servers. It starts the process as it gets the request and replies back to its caller. A service must be made known (advertised) in such a way that another client or server can call it.

The servers are started when a Tuxedo application is booted (tmboot), and they do the following two things:

  • tpsvrinit(), which is a callback function, is called after the server is connected to an application, but before processing any application request. If an XA resource manager is being used with the server, tpopen() connects to the resource manager using OPENINFO from the UBBCONFIG file.

  • The server registers itself with a Bulletin Board as available for processing any request...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime