[X YOKO] Clients comunication
Posted: 2004-10-24 05:08:52
Ok, I know it is not possible, but maybe you can find some tricks to let 2 injections comunicate between them. I explain: i have 2 clients opened, both of them with injection. Now i want that, when an enemy is found, one of the clients "calls" the other one, so that it is alerted of the enemy presence. The 2 characters are in very far places, so thay can't just say something (like HEEELP).
My idea was to make the client write something on a file, and the file was continuosly scanned by the other client (open, read, close, open, read, close), searching a new line. This is not possible because a file can be used only once (i really can't understand why..).
Can you think to something that can be reailzed with what we actually have?
My idea was to make the client write something on a file, and the file was continuosly scanned by the other client (open, read, close, open, read, close), searching a new line. This is not possible because a file can be used only once (i really can't understand why..).
Can you think to something that can be reailzed with what we actually have?