[Flightgear-devel] read not excepting more than one client

2003-11-28 Thread Seamus Thomas Carroll
Hi, I have created a server which has one SGSocket object listening for clients that want to connect. The problem I am having is when a second client sends its connect info to the server the server never gets the message. Note that the server is listening using readline and that the connection

Re: [Flightgear-devel] read not excepting more than one client

2003-11-29 Thread Bernie Bright
On Fri, 28 Nov 2003 22:45:24 -0700 Seamus Thomas Carroll <[EMAIL PROTECTED]> wrote: > Hi, > > I have created a server which has one SGSocket object listening for > clients that want to connect. The problem I am having is when a second > client sends its connect info to the server the server nev

Re: [Flightgear-devel] read not excepting more than one client

2003-12-01 Thread Seamus Thomas Carroll
@[EMAIL PROTECTED] (Swearing), Do you know of any websites that I can read the will improve my understaning of sockets? At my current level of understanding I am having trouble making sense of the pegasus network library and how it is being used in httpd.cxx and props.cxx due to the little doc

Re: [Flightgear-devel] read not excepting more than one client

2003-12-01 Thread Paul Surgeon
On Monday, 1 December 2003 23:59, Seamus Thomas Carroll wrote: > @[EMAIL PROTECTED] (Swearing), > > Do you know of any websites that I can read the will improve my > understaning of sockets? At my current level of understanding I am having > trouble making sense of the pegasus network library and

Re: [Flightgear-devel] read not excepting more than one client

2003-12-01 Thread Bernie Bright
On Mon, 01 Dec 2003 14:59:39 -0700 Seamus Thomas Carroll <[EMAIL PROTECTED]> wrote: > @[EMAIL PROTECTED] (Swearing), > > Do you know of any websites that I can read the will improve my > understaning of sockets? At my current level of understanding I am having > trouble making sense of the peg