Is this possible and how would it be done?
#1

Hello, I am thinking of something in my head. Is it possible to send Integers, floats and strings across different servers? Like if I have multiple implementations of my server script, on different servers and say I have linked the weathers with this idea, is it possible to send the integer of my weatherid to one of my other servers?

If yes, then what would be needed to make this possible?

Btw this is all a hypothetical scenario.

Thanks - BockScar
Reply
#2

If the servers are at the same host server, then it could be linked by reading/writing files(but it's slow).
Reply
#3

may mysql can do it
Reply
#4

Quote:
Originally Posted by VivianKris
Посмотреть сообщение
may mysql can do it
Mysql could do it, save the Integer inside the database then load it...

Thats a unique idea i gotta say
Reply
#5

What about strikenkids Sockets plugin? How exactly does that work?
Reply
#6

you can also use the HTTP function and link all the servers to a "base website" from which they read it
Reply
#7

Hmm yeh, but I don't want to have a website to send the data, I want server to server data. Any server infact with the correct tools.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)