Well hello there,
I'm currently playing around with the idea of having a java program which starts, restarts and monitors a FTB server. In theory, it should be possible to use stdin of the FTB process to see if the server is frozen or not, but since freezes (and crashes in general) are hard to reproduce, I'm looking for some info:
Are there any error messages that appear to coincide with a server freeze?
Are there any situations where the console responds, but players are unable to connect regardless?
I can upload the source I've got so far if anyone is interested, but it's neither well-written, nor much more useful than a normal startup script
I'm currently playing around with the idea of having a java program which starts, restarts and monitors a FTB server. In theory, it should be possible to use stdin of the FTB process to see if the server is frozen or not, but since freezes (and crashes in general) are hard to reproduce, I'm looking for some info:
Are there any error messages that appear to coincide with a server freeze?
Are there any situations where the console responds, but players are unable to connect regardless?
I can upload the source I've got so far if anyone is interested, but it's neither well-written, nor much more useful than a normal startup script