Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread Rob Ratcliff
Curtis Olson wrote: Otherwise you are probably going to be wrestling with a complete reachitecting of the entire FlightGear structure. Things like the property system work great in a single thread application, but start to break down when you split modules off into separate computers ...

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread leee
On Monday 12 February 2007 19:10, Curtis Olson wrote: On 2/12/07, leee wrote: On Monday 12 February 2007 17:54, Jim Campbell wrote: Hi, Curtis has already hinted as to how the following may be done with his remote FDM. To my mind flightgear can be broken down into distinct plugin

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread Ralf Gerlich
Hi, Rob Ratcliff wrote: You could use an event distribution (Pub/Sub) paradigm based on something like the CORBA Notification Service (Event Service), the CORBA property service, the newer Data Distribution Service (DDS) or something like the High Level Architecture (HLA). A CORBA ORB TAO

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread Rob Ratcliff
Hi Ralf, I don't know the deadlines, but I know Doug Schmidt (author of Tao) would. His email is: [EMAIL PROTECTED] Malcolm Spence (of OCI that provide commercial support to this free and open source ORB) would have a good idea as well or could find out. His email is: [EMAIL PROTECTED] There

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread John Wojnaroski
Ralf Gerlich wrote: Hi, Rob Ratcliff wrote: You could use an event distribution (Pub/Sub) paradigm based on something like the CORBA Notification Service (Event Service), the CORBA property service, the newer Data Distribution Service (DDS) or something like the High Level Architecture

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread Ampere K. Hardraade
On Tuesday 13 February 2007 02:21, Martin Spott wrote: Did you already find one that matches ? Martin. If you want an example: Designing multimedia applications on real-time systems with SMP architecture Abstract Large real-time multimedia systems such as flight simulators have

Re: [Flightgear-devel] Flightgear remote modules

2007-02-13 Thread Norman Vine
Ralf Gerlich writes: Rob Ratcliff wrote: You could use an event distribution (Pub/Sub) paradigm based on something like the CORBA Notification Service (Event Service), the CORBA property service, the newer Data Distribution Service (DDS) or something like the High Level Architecture

Re: [Flightgear-devel] Flightgear remote modules

2007-02-12 Thread leee
On Monday 12 February 2007 17:54, Jim Campbell wrote: Hi, Curtis has already hinted as to how the following may be done with his remote FDM. To my mind flightgear can be broken down into distinct plugin modules. There is the FDM, the external world visualisation,the cockpit input and output

Re: [Flightgear-devel] Flightgear remote modules

2007-02-12 Thread John Wojnaroski
leee wrote: On Monday 12 February 2007 17:54, Jim Campbell wrote: Hi, Curtis has already hinted as to how the following may be done with his remote FDM. To my mind flightgear can be broken down into distinct plugin modules. There is the FDM, the external world visualisation,the cockpit input

Re: [Flightgear-devel] Flightgear remote modules

2007-02-12 Thread Ampere K. Hardraade
On Monday 12 February 2007 14:10, Curtis Olson wrote: snip Otherwise you are probably going to be wrestling with a complete reachitecting of the entire FlightGear structure. Things like the property system work great in a single thread application, but start to break down when you split

Re: [Flightgear-devel] Flightgear remote modules

2007-02-12 Thread Martin Spott
Ampere K. Hardraade wrote: On Monday 12 February 2007 14:10, Curtis Olson wrote: Otherwise you are probably going to be wrestling with a complete reachitecting of the entire FlightGear structure. Things like the property system work great in a single thread application, but start to break