"Hello, world" and other examples.
All examples assume you have built and installed Fuxedo on your computer and have exported TUXDIR pointing to the install destination folder (--prefix argument you passed to configure script).
A classical first client-server application: the client sends a message to the server providing TOUPPER service and receives the same message in uppercase.
Explore what happens under the hood of tpacall and how blocking timeout is implemented.
Explore what happens under the hood of tpgetrply and how blocking and transaction timeouts are implemented.
A proof of concept using SECONDARYRQ and tpadvertisex() function.
Failed, reported a bug, waiting for a fix.