[Flightgear-devel] network IO issues

2010-03-04 Thread John Denker
I observe the following. Lots of irrelevant stuff snipped: Setup: fgfs --httpd=5400 lynx -source -head http://localhost:5400/sim/intl/locale/strings/ Result: Making HTTP connection to localhost:5400 Alert!: Unexpected network read error; connection aborted. WARNING: netBufferChannel:

Re: [Flightgear-devel] network IO issues

2010-03-04 Thread Tim Moore
On Thu, Mar 4, 2010 at 10:19 PM, John Denker j...@av8n.com wrote: ... The question of asynchronous IO and thread safety must be dealt with. FGMetar starts a thread of its own, so it can deal with network IO without blocking the main loop of FG. I don't entirely understand what plib does,