Is there a way to have the server send a reponse back from a request that can contain a message derived from the application specific module. For example, if a request is sent for the server mod to do something application specific (set a structure value), is there a way to have the server send back a response containing a string msg to the C++ client application that did the request, in order for the client to display this response string (e.g. "note: using manual value") to the user by its gui. thanks, --Greg