Rogue Wave Server 5.5 and 5.4 Release Notes > New Global Variables
 
New Global Variables
The following global variables have been added:
*IlsBoolean IlsString_IsMT;
Allows you to use String in non-MT mode: sets the static variable IlsString_IsMT to IlsFalse to turn off string MT safety.
 
Warning: Keep MT-safety on when using Rogue Wave Server in multithread mode.
*void (*IlsTcpMvProcess_RunHook)(IlsSocketException &e);
In the main loop, no exception is raised if an error occurs during execution of the select() command on the MvTcp communication layer; but only a trace is generated. You can change the default behavior yourself by setting your own function to manage the exception.
See also ILS_TCP_OLDRUNBEHAVIOR.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.