Problem:
- Product Name: VisiBroker for C
- Product Version: 4.5
- Product Component: ORB
- Platform/OS Version: HP-UX 11.0
Stack trace shows that the Client process is stuck in system read() call. The request and roundtrip timeout QoS policies are set, but, how to determine from tusc output that these timeouts are really being set?
Resolution:
The tusc (an HP utility to trace system calls) output from Client process should show the "fcntl()" system calls. These calls should have been there if the timeouts are being set correctly. With the timeouts set, the ORB uses non-blocking read() call; and so any blocking should occur on select() calls.
#VisiBroker
#Security




