Greetings Ross,
You might want to enable debug mode for your hostserver.
Sometimes the drag on the hostserver is due to problems in the IDE like
Xlate editing errors (bad structure) and it hangs while waiting for the IDE to just end itself or get killed by the end user.
Here is what we have documented on how to do that:
To turn on the debug information of host server, make sure the following are in the server.ini
[logging]
cloverleaf_server_category=DEBUG
cloverleaf_server_level=VERBOSE
host_server_category=DEBUG
host_server_level=VERBOSE
ticket_server_category=info
ticket_server_level=brief
log_rmi_calls=true
debug_ssl=false
Be sure to back up your server.ini first to restore.
Also: our jvm args is set high:
jvm_args=-Xmx1024m
Hope this helps.
Good luck, good hunting!