Where'd sonnb.com go? :(:
Printable View
Hix. Got problem with sonnb.com's domain. Yahoo hanged-up it. Now running domain: WWW.UnderWorldVN.com i will get sonnb.com back soon. ^^
Is there a mirror? the link for the servermonitor doesn't work, only the auto PT which is in viet? I can't understand it. Lol
http://www.megaupload.com/?d=YEIWQQQU (older version)
Update new version 2.0 with some new better things. Check it out. Enjoy :)
Somewhat irrelevant to this thread but as people have mentioned port monitoring problems, and as it may be an idea for Sonnb \ ngyenbason... My usual solution to this problem is to launch the server from a AutoIt script, and have it wait on the returned PID before relaunching.
The Kernel Executive will notify the script when the main process thread terminates, so 0 CPU is required to monitor for a crash, and no port checking is needed.
AutoIt is too simple to use for me not to use it, but you could write similar tool in any language that can access Win32 ShellExecuteEx() API which will return you a PID and allow you to set a WM_Notify event (IMS) on it's termination. Just theorising, I've not worked out the details because, as I say, it's too easy to do it with AutoIt to spend much time on.
I'm a big fan of easy. ^_^
Don't have too many function on it so this just fine. Previous i used vb6 but maybe this's more effective