Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pool Manager
Message
 
 
To
16/11/2001 16:39:53
Charles Symons
Lyme Software Development Inc.
Lyme, Connecticut, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00582930
Message ID:
00583391
Views:
37
>Thanks Larry, I already checked out Rick's site, he uses a FOXISAPI based solution. I need to develop a pool manager that works with ASP.
>
>I am thinking of using the ASP Application object to hold a number of object references to the servers
>
>OBJECT RUNAT=SERVER SCOPE=APPLICATION ID=objServ1 PROGID="ServPool.ServPool
>
>and then using some kind of a broker object to figure out which server is available and pass pack a reference.
>
>If anybody else has any ideas.
>

Charles,
As Claude posted, you could use MTS/COM+. I would recommend using something like this instead of a homegrown solution. While VFP COM objects can not be pooled (because of the lack of free threading support), MTS/COM+ does have Just-In-Time (JIT) activation and run-time file caching which speed up instantiation and reduce resource utilization when not in use. The "pool" approach would hold all resources all the time and may hurt the performance of your IIS system.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform