Re: Each client gets the same port number
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 09:43:15 GMT
On Tue, 10 Jan 2006 09:30:32 +0100, Petterson Mikael
<mikael.petterson@xxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
>When I studied the trace I found out that both clients ( on the same
>host) get the same port. This is not good or? Should not each connection
>generate a new port.
That's normal. An HTTP server accepts thousands of requests on port
80. It keeps track of them, even with the same ip/port because it
has a return port/ip to define the socket.
See http://mindprod.com/jgloss/tcpip.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- Each client gets the same port number
- From: Petterson Mikael
- Each client gets the same port number
- Prev by Date: Re: How much of your RAM can you use with the -Xmx option?
- Next by Date: Re: probably a very common inheritance problem
- Previous by thread: Each client gets the same port number
- Next by thread: please help! Cookies! I'm lost!
- Index(es):
Relevant Pages
|