vmProcessStrobeWeb – Beta 2
April 30, 2012 Leave a comment
Our second public beta of vmProcessStrobeWeb improves the performance of remotely displaying screen shots of each selected virtual machine, especially across cellular data connections. The standalone Linux build can now automatically daemonize itself just by adding the parameter “daemonize
” to the command line when executing vmProcessStrobeWeb.
The “--port=80
” parameter can be used in conjuction with “daemonize
” if you also want to change the port from the default of 80 to something else. As an example of automatically daemonizing the standalone Linux build of vmProcessStrobeWeb while also changing the port to 8080, use “vmProcessStrobeWeb --port=8080 daemonize
” on the command line.