Communication between servers on one machine
Is there any known way of communication between servers on one machine without pointing out their ports etc - just detecting if several servers are hosted from the same machine without giving any other information.
|
Re: Communication between servers on one machine
You can make a module or metamod plugin that uses IPC. You can use mysql. You can use files. Depends on what you want to use it for.
|
Re: Communication between servers on one machine
I want a method to determane how many servers are hosted from this machine. A plugin-related method would be the best.
|
Re: Communication between servers on one machine
The best method for that would be to check running processes using custom module.
With default amxx you could do it using mysql or check ports using sockets, but those methods are not very reliable. Why do you need this anyway? |
Re: Communication between servers on one machine
Quote:
Otherwise, you need to explain what you are actually trying to do because there is likely a better solution. |
Re: Communication between servers on one machine
Quote:
https://developer.valvesoftware.com/wiki/Server_queries |
Re: Communication between servers on one machine
He said he doesn't know the ports. And I already said you can use sockets, but it's not very good (how many ports are you going to check?).
|
| All times are GMT -4. The time now is 20:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.