trick/trick_source/sim_services/VariableServer
Alex Lin 8c3e322ed1 Variable server restart issues
Added mutexes in the variable server listener thread and each variable server thread.
During checkpoint restart all of these mutexes are locked by the master thread to
stop accepting new connections and stop all read/writing to all variable server clients.
Communication is resumed after the checkpoint has been reloaded.

refs #168
2016-04-19 13:50:30 -05:00
..
docs Standardize directory names 2015-06-09 08:44:42 -05:00
exit_var_thread.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile_deps Standardize directory names 2015-06-09 08:44:43 -05:00
var_server_ext.cpp Add option to validate pointer addresses in variable server clients 2016-02-25 08:56:04 -06:00
VariableReference.cpp Add a time variable in seconds to the variable server 2016-01-14 10:49:27 -06:00
VariableServer_copy_data_freeze_scheduled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_freeze.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_scheduled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_top.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_default_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_freeze_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_next_freeze_call_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_next_sync_call_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_var_server_port.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_restart.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServer_shutdown.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerListenThread.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServerThread_commands.cpp Add direct STL checkpointing 2016-04-04 15:07:57 -05:00
VariableServerThread_connect.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_copy_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_copy_sim_data.cpp Add option to validate pointer addresses in variable server clients 2016-02-25 08:56:04 -06:00
VariableServerThread_create_socket.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_freeze_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_loop.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServerThread_restart.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServerThread_write_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_write_stdio.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
vs_format_ascii.cpp I'm not sure why we're padding floats and doubles in vs_format_ascii. It results in sending a bunch of useless spaces which hurts efficiency. Values are already tab-delimited, so fixed-width fields are unnecessary. We're not padding anything else, so don't pad these! 2015-11-17 14:18:59 -06:00