-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Martin Spott wrote:

> Personally I think some thing like distributed shared memory might fill
> the gap. I've been doing some literature research on this topic several
> years ago, the idea looks pretty promising and different OpenSource
> implementations already have been around by that time - but I would not
> like to be the one to debug such a tricky beast ....  :-)

A pretty easy and fast implementation could be based on one of the new
single threaded, event based HTTP servers like LigHTTPD. The property
tree would map nicely to URL space, the data could be stored in memory,
by a simple custom handler module.

This would take care of concurrency issues and be very fast as HTTP is a
simple protocol. Server push could take care of listeners, but obviously
tied properties would have to go. But the latter have been a source of
problems for modelers anyway, since one cannot attach listeners to them.
I wonder if their performance benefit is really worth the hassle.

And it would provide HTTP access to properties for free, allowing to
dump the correspondent code in FG :)

Nine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGR0Od1QuEJQQMVrgRCBplAKCHzW5h+6LiVWcefbdSFp6YxeN+sACfbHsz
f3TynbUWntduxHFugDOwa4s=
=Xw/z
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to