I'm trying to make one script open two client sockets to two different servers and read/write to both servers as conditions require. Is this even possible? If it is, is there a resource or module that anyone can direct me to that would assist me?
Since I've been having such a difficult time finding a lead on how to exactly do this, I suspect that I'll need two scripts each maintaining a client connection and sharing results to each other (or a third script) via shared memory.
Thank you for any assistance you may give.