On Fri, Jul 11, 2008 at 5:00 AM, Thomas Grill <gr@grrrr.org> wrote:

Data sharing in pool is no flext-specific feature... you can do that with any external by making the shared data "static" (in c-style9, as opposed to be allocated with the object instances.
gr~~~


How do you manage to keep multiple pool's then?

It's nothing but a c++ std::map, lookup up by the name symbol of the respective pool.

gr~~~