int ln = snprintf(buf, MAX_RBBUF_LEN, "(is-done)");
int ln = snprintf(buf, MAX_RBBUF_LEN, "(is-done)");
return sxmsg_rreply(msg, str, ln);
return sxmsg_rreply(msg, str, ln);
.SHAPPLICATIONUSAGE
.SHAPPLICATIONUSAGE
This function will be useful in RPC functions required to reply ASAP i.e. for getting some data. It RPC function takes a lot of time it's better to use other functions and postponed message processing.
This function will be useful in RPC functions required to reply ASAP i.e. for getting some data. If RPC function takes a lot of time it's better to use other functions and/or postponed message processing.
.SHRATIONALE
.SHRATIONALE
Use for lightweight RPC functions, this method may be used only in RPC call i.e. within SNTL thread context.
Use for lightweight RPC functions, this method can be used only in RPC call i.e. within SNTL thread context.
.SHCOPYRIGHT
.SHCOPYRIGHT
This is a proprietary software. See COPYING for further details.
This is a proprietary software. See COPYING for further details.