Hello, I'm new to avalon and am just begining to design/implement some
components.

One block I'm realizing would be useful, but which doesn't seem to be
implemented, is a growable pool with instances of objects which are indexed
so that they can be specifically retrieved from different components.
These instances would also be able to be reused, after they are explicitly
freed back to the pool.

My current use is for use with a StateMachine following the State pattern.
Upon receiving an asynchronous event,  I need to create/find the particular
StateMachine  context associated with the  event.  I'd like to allocate a
certain number  at startup.

Let me know if anyone has thought about this idea or has any feedback.

Thanks,

Bobby


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to