Posted 24 June 2013 - 02:24 AM
Title: Making a super computer but i cant figure out how to redirect processes to other computers if there already doing something
I'm creating a super computer called miner, im creating a system to send information from the user to a computer which will decide were to go from there, i have 21 nodes and 7 controllers. i need it a sorting system of sorts to sort the data income i want it to be i have one controller for three nodes (three users) and i want one user to have one node so ill need to block the port or disable the path to that computer once someones on it. but then later open it so the data can go back to the user in an http format. so i need to check what ports are open for the next computer that comes in, so i looked at "else if" but for it to detect multiple ports is my issue i need it to go in a line down the servers (123456789…) im using rednet.isOpen(m) but i want to choose the side to detect. this is on a ftb beta server if anyone needs to join and look at it.
I'm creating a super computer called miner, im creating a system to send information from the user to a computer which will decide were to go from there, i have 21 nodes and 7 controllers. i need it a sorting system of sorts to sort the data income i want it to be i have one controller for three nodes (three users) and i want one user to have one node so ill need to block the port or disable the path to that computer once someones on it. but then later open it so the data can go back to the user in an http format. so i need to check what ports are open for the next computer that comes in, so i looked at "else if" but for it to detect multiple ports is my issue i need it to go in a line down the servers (123456789…) im using rednet.isOpen(m) but i want to choose the side to detect. this is on a ftb beta server if anyone needs to join and look at it.