I have an
applet from witch I'm connecting to a web server every 2 seconds using an URLConnection for retreiving some informations. But every time I connect to the server a new connection is created using a different port. That will be a big overhead for the server. How can retrieve the information I want using the same connection?