Thanks!! RE: TCP/IP question

2003-07-02 Thread McMahon, Christopher x66156
f the process. The difference is clear to me now, this makes all kinds of sense. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:39 AM To: McMahon, Christopher x66156 Cc: [EMAIL PROTECTED] Subject: Re: T

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 like the one on p. 441 of > the Camel

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