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?

2 Answers 2

1

http://www.devshed.com/c/a/Python/Windows-Programming-in-Python-Creating-COM-Servers/

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.