Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asynchronous Object Execution
Message
From
04/05/2005 03:51:01
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008669
Message ID:
01010679
Views:
21
Hi Christof,
>I'd use a job table for that. The main program inserts a new record. The servers wait for new record and attempt to lock it. Once a record is locked, the application sends the query, stores the result into another memo field, set a lDone flag in the record and unlocks it. The main application could then scan for records with the lDone flag set to process the results. If a server hangs, the main program can kill it. This automatically releases the lock and the next available server would find the record automatically.

Neat description of my program - right down to the name of "lDone". Only thing you missed was my "tlastupdat" <bg>.

regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform