Hi,

Could you please describe clearly to me what is a DCOM process? i mean when a client call a DCOM (on server) by Createobject(...) statement. What will happen? and When client call a method of Object. What will happen? Is DCOM use a message queqe? Do i care about concurrency on multiple user envirement or not (The COM will take care it, is it right? Do I need to lock record when I edit it in a COM?).

I have a DCOM. When the client call it many times (about 3000 times). It will be shutdowned. could you please tell me why?

Thank you very much,

Trung Luu