Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-use OLE Application Server
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00051487
Message ID:
00051603
Views:
36
>>I have created an OLE application server using VFP 5.0, and have set the instancing to multi-use. I am accessing this object through ASP, using the Server.CreateObject command, and everything works great for the first instance of the object, but the server cannot create a second instance. If I build the OLE server with instancing set to single use, I can get as many machines as I want using it, but each one causes an instance of the object to load into memory. Does anyone know how to get multiple instances of the same object running, without loading the VFP runtime file into memory each time?
>>
>>Thanks in advance,
>>
>>Rick
>
>It is my understanding that your server it working correctly.
>Multiuser means for VFP that more than one user can use that
>App but each will wait his turn. Single means that each hit
>starts a new instance.
>
>At Dev-Con we were told that VFP 6 will have a different theading model.
>
>I'm sure this is not what you wanted to here but, that My understanding.

Thanks for the reply Jeff, and if VFP 6 will have a different threading model, that will be great. However, in my case, when set to multi-use, I'm not getting the effect of each user waiting his turn, I'm actually getting an error message from ASP, saying that the createobject command failed.
Previous
Reply
Map
View

Click here to load this message in the networking platform