Am 10.07.2008 um 19:35 schrieb Rich E:
I see that [pool] has the ability to share a data space among different buffers by taking a name as its first argument. I am digging through its code right now, but am not familiar with the flext API. I don't yet see how it manages to allow different [pool]'s to share the same data.
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~~~