Server features
Sat, 2008-11-15 12:23
Is there a way to say server to fork into background(daemonize).
In 0.9.7 there is only two command-line options server understand: -p and -d
-d for dedicated mode, but I found no difference between -d True and -d False; Is it supposed to fork into background when -d is True?
Also it would be nice to have an option to specify network interface which server will listen.
And maybe option to limit number of rooms server can handle.
No, it isn't supposed to detach from console. The difference between dedicated and non-dedicated version is that non-dedicated is supposed to be started by frontend, and it finishes to work after everyone disconnects from server.