Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 8
Process a message again in a resource manager
#include <sys/resmgr.h>
int resmgr_msg_again( resmgr_context_t *ctp,
int rcvid);
- ctp
- A pointer to a
resmgr_context_t
structure that the resource-manager library uses to pass context information
between functions.
- rcvid
- The receive ID of the message that you want to process again.
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The resmgr_msg_again() function reprocesses the message
corresponding to the given rcvid.
It does this by:
- calling
MsgInfo()
and
MsgRead()
to refresh the resmgr_context_t structure to be as it
was as when you originally received the message
- calling
MsgCurrent()
to adjust your server threads' priority to that of the blocked client
- processing the message as if it had just arrived
You use this function if your resource manager can't process a message right
away.
For example, if a read operation is blocked, your io_read handler would
save the rcvid of the request, and then return
_RESMGR_NOREPLY, leaving the client blocked.
Later, when the resource manager can handle the request, it can call
resmgr_msg_again() to reprocess the message.
- -1
- Failure.
- 0
- Success.
- EFAULT
- A fault occurred when the kernel tried to access the buffers provided.
- ESRCH
- The thread indicated by rcvid doesn't exist, has had its
connection detached, or isn't in either STATE_REPLY or
STATE_NET_REPLY, or it isn't blocked on the connection
associated with the rcvid.
- ESRVRFAULT
- The receive side of a message transfer encountered a memory fault
accessing the receive/reply buffer.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
Yes |
MsgCurrent(),
MsgInfo(),
MsgRead(),
resmgr_context_t
Writing a Resource Manager
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 185
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/r/resmgr_msg_again.html on line 185