Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manage VFP COM server Pool in .Net
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Manage VFP COM server Pool in .Net
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01155229
Message ID:
01155229
Views:
72
Hi, hopefully someone can get me some direction on this... How / what ways are there of creating a pool of COM servers at the global application level to be used within a .net project... Like that of West-Wind Web Connection, where there can be many loaded, then as requests come in, it gets assigned to one request at a time, does the work, then returns as active to the pool. Obviously, the benefit of not having to keep re-creating / releasing on every request.

I have an app going, but each location where I need to make a call, I am issueing a

dim MyObj as VFP_COM.COMClass = new VFP_COM.COMClass

sometimes, it fails creating at different times while servicing a single request... I'm sure there are more efficient ways, but am puzzled...

TIA...
Next
Reply
Map
View

Click here to load this message in the networking platform