Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A top IT says VFP is not scalable
Message
From
09/11/2004 14:27:14
 
 
To
09/11/2004 12:14:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00959628
Message ID:
00959709
Views:
6
>One of our infrastructure on a client site includes a .NET Web Service which uses VFP and WWC for the data tier. Today, a top IT in regards to the management of that infrastructure says that this solution is not scalable. They said to us that a global .NET solution is scalable. How do we react to that?

Hi Michel.

Scalable: => if you scale HW ( add CPUs) then you scale SW ( increase user/resultTime ratio ) without rewrite the application.

.NET allow multithreading processing,
therefore, if the application's code comes paralleled a lot,
you do not have crews in order to answer.

Another example:
new ADO.NET 2.0 support new SQL 2005 MARS ( with a single connection you can download multiple concurrent datasets ),
this can scale the application because with a single connection you can read more recordsets.

BUT, if who writes the .NET application it is not in a position to taking advantage of these characteristics,
then to speak about scalability does not have sense.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform