what can i use instead of sockets?
I'm programing a client-server application but the comunication with sockets fails. I'm getting a lot of missing packages. I don't know what is the cause of it!!can some one help me?best regards.Andrey AlvaradoCosta Rica
[265 byte] By [
andreycr] at [2007-9-26 1:13:26]

When you say that the sockets "fail" what do you mean? Are you getting IOExceptions? If you have dropped packets, it could be because of your network. Are you using TCP/IP or UDP? Remember that UDP is not a guaranteed protocol; TCP/IP is.I hope that helps....Abe.