|
-
Nov 11th, 2000, 06:50 PM
#1
Thread Starter
Member
-
Nov 13th, 2000, 10:12 AM
#2
I'm not exactly sure how it works, but the key to your
delimma should be found in record locking. Check out the
differences between "pessimistic" and "optimistic" locking.
Hopefully this will help.
Good Luck
DerFarm
-
Nov 13th, 2000, 10:27 AM
#3
Fanatic Member
Diiferent users will create local copies of the functions. Each user's 'x' will be private to them.
In your example, directory listings would be retrieved from the Operating System. The OS would return data to the users independently of each other. There will not be a clash between the users use of the functions because each will be running in a separate address space. Don't forget that functions are merely used to manipulate the registers on the local machine running the EXE. Unless User 1 and User 2 are on the same PC, no clash will occur.
Think of two users running Word. Calling the Document.Open function in Word independently will not give User 2, User 1's document...
Locking will only apply to two users accessing the same records in a database, which I don't think is your q.
Paul.
Not nearly so tired now...
Haven't been around much so be gentle...
-
Nov 13th, 2000, 01:58 PM
#4
Thread Starter
Member
I'm not working with records, but Paulw's answer answered my question.
Thank you both for your reply.
Dan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|