You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Comsol 6.1 (on Windows), the server process does not stop within the default time-out period.
>>> import mph
>>> server = mph.Server()
>>> server.version
'6.1'
>>> server.stop()
Server did not shut down within time-out period.
The default time-out period (in MPh 1.2.0) is 10 seconds. It does however work with a somewhat longer time-out: server.stop(timeout=15).
This seems to be a change in the behavior of the Comsol server process. When doing this manually on the command line, it now takes a little over 10 seconds to exit, i.e. after typing "close". Whereas in earlier Comsol versions the server would shut down within a second or two.
$ comsolmphserver
COMSOL Multiphysics server 6.1 (Build: 252) started listening on port 2036
Use the console command 'close' to exit the program
close
The text was updated successfully, but these errors were encountered:
With Comsol 6.1 (on Windows), the server process does not stop within the default time-out period.
The default time-out period (in MPh 1.2.0) is 10 seconds. It does however work with a somewhat longer time-out:
server.stop(timeout=15)
.This seems to be a change in the behavior of the Comsol server process. When doing this manually on the command line, it now takes a little over 10 seconds to exit, i.e. after typing "close". Whereas in earlier Comsol versions the server would shut down within a second or two.
The text was updated successfully, but these errors were encountered: