Thanks!! RE: TCP/IP question

2003-07-02 Thread McMahon, Christopher x66156
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/

RE: TCP/IP question

2003-07-02 Thread Kipp, James
> 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

Re: TCP/IP question

2003-07-02 Thread mgoland
- 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

RE: TCP/IP question

2003-07-02 Thread Bob Showalter
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

TCP/IP question

2003-07-02 Thread McMahon, Christopher x66156
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