Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Ignores VFP at Internet Expo
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00145629
Message ID:
00147362
Views:
52
>>>2) Citrix and other remote access systems work well with VB, they are abysmal with VFP.
>>
>>Jim
>>
>>Sorry to drop in there for a very specific question.
>>
>>I am on the verge of evaluating a VFP app with CITRIX or MS equiv for a customer account. You scared me.
>>
>>What is the pb with VFP over Citrix ? Any alternative
>>
>>Thanks in advance
>>
>Francois,
>
>The problem is that everything is very very slow. This is because unlike VB or Delphi or other windows dev tools, VFP's controls and forms are not Windows objects, they are VFP objects. This causes Citrix to resend the entire screen everytime a textbox changes its value. With the deve tools that use windows objects Citrix only sends the changed control for display.
>
>IMO, and I may be shot for this, but VFP is not a good choice if Citrix is part of the equation. I would use VB for the UI and perhaps use VFP to build ActiveX servers for managing the data.

FWIW... I have between 10 and 20 users running a pure VFP app over Citrix every day. We actually realized a tremendous speed increase (probably because the Citrix serve is a dual 300 mhz box :))

There is only one instance where VFP seems to bog things down and that is when it's executing a SQL statement... apparently, VFP grabs all available memory to do this and Citrix allows it to. This, of course depletes the available memory pool for other session to use. Fortunately, the app in question does not execute any SQL statements during a typical day.

The app is a survey system with 10 to 20 phoners. The only time SQL is used it to build the survey. After that, it's simple IO as usual...

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform