I must run multiple instances of my app, and since they all show their VFP
lineage, I max out my CPU at 100% (a per the Task Manager Performance
display) after instance 2. I'm trying to curb the Fox via sys(3050...) calls
so I can run more instances, but even using values like VAL(SYS(3050,2))
/100000 for 3050 1 & 2 calls produces little or no change. Could it be that
the VFP runtime uses a single memory allocation for all instances?
-Lew