Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some piece of advise ...
Message
From
25/04/2000 16:03:46
Fausto Garcia
Independent Developer
Lima, Peru
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Some piece of advise ...
Miscellaneous
Thread ID:
00363321
Message ID:
00363321
Views:
41
Hello,

I need to build a basic queue manager, in order to control our company's diary closing process, which consists on some EXE files that need to be executed in a fixed order. Actually we schedule them via the operating system (Windows NT) so they are triggered at certain hours during night, but sometimes this causes some processes to crash (ie when an EXE is triggered during another program's execution).
To avoid and solve this I think I could write a program to simulate a process queue manager, which could consist on two main components:
1. a table defining the processes to be launched and their order sequence, and;
2. a program to launch and monitor the processes in the correct order (once an EXE is launched, it should wait until it ends before launching the next one).

Can you give me ideas on how to do this and which programming tools are the most convenient? I'm planning to write this "queue manager" in Visual Basic and/or Visual C++.

Thanks for your help,

Fausto
Solo se que nada se

Fausto J. Garcia Pino - MCSD.NET
.NET, Oracle, Tronador & Fondismo!
Next
Reply
Map
View

Click here to load this message in the networking platform