Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making the most of Multithreading
Message
From
03/12/2002 11:45:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Making the most of Multithreading
Miscellaneous
Thread ID:
00729042
Message ID:
00729042
Views:
78
I have a "server" application that receives requests from a number of clients, runs SQL queries or calls remote COM+ objects and then returns the results (currently the queue uses folders and files to communicate but I am switching to IPSocket)

I want to avoid the "server" actioning one long query and ignoring the rest of the queue, I thought about either using "out of process" COM objects for each action in the queue or just calling an .EXE with a parameter EG. RUN /N action.exe /Query2 /Param1 /Param2

The COM object gives me a pointer to the application but I have had bad experience with DCOM, is COM going to work better? Am I over complicating things?

Any ideas or thought welcome!

Gary.
Next
Reply
Map
View

Click here to load this message in the networking platform