CP/IP question
- Original Message -
From: "McMahon, Christopher x66156" <[EMAIL PROTECTED]>
Date: Wednesday, July 2, 2003 12:55 pm
Subject: TCP/IP question
Hello Christopher,
>
> I think I'm missing a concept here...
>I built a very simple TCP/
> But my server only ever sees the first message from any
> given client.
> Subsequent messages to my server are ignored. Does anyone
> know what I have
> to do to get my server to handle more than one message?
>
> #!/usr/bin/perl
> use warnings;
> use strict;
> my ($server, $server_port
- Original Message -
From: "McMahon, Christopher x66156" <[EMAIL PROTECTED]>
Date: Wednesday, July 2, 2003 12:55 pm
Subject: TCP/IP question
Hello Christopher,
>
> I think I'm missing a concept here...
>I built a very simple TCP/IP server li
McMahon, Christopher x66156 wrote:
> I think I'm missing a concept here...
> I built a very simple TCP/IP server like the one on p. 441 of the
> Camel book.
> But my server only ever sees the first message from any given
> client. Subsequent messages to my server are ignored. Does any
I think I'm missing a concept here...
I built a very simple TCP/IP server like the one on p. 441 of the Camel
book.
But my server only ever sees the first message from any given client.
Subsequent messages to my server are ignored. Does anyone know what I have
to do to get my serve