tags:

views:

100

answers:

1

I'd like to create a COM server that can hold it state across the calls. My goal is to have a thread-safe in-memory database. And provide an access to it via COM interface.

Is that possible?