Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can VFP app reside on NAS?
Message
 
 
À
08/10/2013 09:24:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01584900
Message ID:
01585056
Vues:
57
>>Hi,
>>
>>A prospective customer is asking if he can store my VFP 9 application on NAS (Windows Storage Server 2012). I just read about this NAS online which seems to me should work. But my question is, if anybody used NAS, how do local PCs "see" this NAS? As a server drive? For example, does NAS have C: drive where I can create a folder (e.g. MyApp) and copy application files to it? Will then local PCs have access to this folder as e.g. \\NasServerName\MyApp?
>>
>>TIA for any input.
>
>The NAS is just a drive, for all intents and purposes.
>
>Thus, it is the equivalent of running a VFP application over the network, which most often isn't a great idea (given that VFP reads and caches on the local machine, so will be going back and forth to the EXE during execution to get various parts of the program). For a really small app, everything might be cached, so it's probably something that would need to be tested vs. having the app on the local machine. Even a 1GB network isn't as fast as a local drive (because everything coming from the NAS is on a local drive in the NAS, which is the limiting factor, and SMB transfer doesn't compare with bus transfer in the local machine).
>
>And, of course, the runtime will still have to be on the local machines; and you'll still have to deal with activex registrations, etc.
>
>hth,
>
>Hank

You are correct that the runtime and activex will be installed/registered on the local machine(s). And you are correct that the app will be going back and forth to the NAS drive. And this is how my app works for all customers (except the others have full blown server instead of NAS). So far it has not been a problem, in terms of speed. When the customer has NAS ready we will test it.
Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform