Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timing in record updating with COM+
Message
From
30/03/2004 12:39:20
John Fitzgerald
Kenneths Hair Salons & Day Spas,Inc.
Columbus, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Timing in record updating with COM+
Miscellaneous
Thread ID:
00890888
Message ID:
00890888
Views:
50
We have a foxpro comobject wrapped in COM+ that we want to use to do updates to an appointment book. The COM+ object resides on our data server and our users all have proxies of the COM+ object installed so that they can call it remotely. We do a check before updating a record to make sure that the appointment hasn't already been taken by using a simple check to ensure a field is still empty(field is filled with a customer ID when appointment is taken). It is obviously stateless and the table is closed after each call of the comobject's update procedure. Our worry is this, it looks like multiple instances of the comobject in COM+ are being created with every client that accesses it at the same time. Does this mean that two instances of the comobject can update the same record at the same time causing undesirable behavior or does COM+ handle this some how?

Anybody know?
Next
Reply
Map
View

Click here to load this message in the networking platform