Reputation: 26552
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?
Upvotes: 1
Views: 306
Reputation: 26552
Given the lack of popularity of COM I've ended up providing XMLRPC interface at least I know how to diagnose errors if they occur.
Upvotes: 1
Reputation: 192627
http://www.devshed.com/c/a/Python/Windows-Programming-in-Python-Creating-COM-Servers/
Upvotes: 1