March 2021
Intermediate to advanced
202 pages
3h 38m
English
The client-server model allows the client to access resources provided by the server. We already learned that communication is accomplished by sending messages through queues. The messages exchanged in Tuxedo are described in the XATMI specification, and Tuxedo has implemented more message types since. These messages are called typed buffers and you can't have a Tuxedo application without them. In this chapter, we will cover the following topics:
By the end of this chapter, you will have a good understanding of the typed buffers available from Python code. We ...
Read now
Unlock full access