Ed,
First of all, thanx for your time.
Well, I have to exchange strings with a server running a Java application, wich was build to work with socket connections. So far, the system uses a specific hardware (a little machine), programmed in C to do this transactions, but we´re building a web interface in PHP that can work just like the machine itself, once the only thing it does is send/receive strings. The problem is that once this machine is connected it uses only one socket connection from the beggining to the end of the transaction, but with PHP I don´t think it´s possible. I think I´ll create many connections as needed during the procces, once I have a control (a kind of ID) inside each string, that identifies the transaction number. With this ID, I can continue the transaction anytime from any point, if it was interrupted somehow.
Was not the solution I wanted, but I think is the only possible one, 'cause I have to implement this untill tomorrow.. :rolleyes:
kind regards and thanks a lot 🙂
Ricardo