Jump to content
Server Maintenance This Week. ×

Having some files local?


This topic is 6645 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I was reading a post which implied that some files could be stored client-side to speed things up.

I assume this is with the seperation model... Could someone please describe how this would work if I made a solution with 3 files (Data, Logic, GUI)?

Would a user basically be able to store Logic and GUI on their system, and then upon opening these - somehow access the data file remotely through the host?

Would anything change if the host is off-site (WAN)?

Link to comment
Share on other sites

Sure, this would work fine. Just have your local files' file references to the Data file refer to the Data file that resides on the host. Having the Data file refer back to the Interface or Logic file is a little trickier, requiring a specific path on the client hard drive where those files reside.

Link to comment
Share on other sites

This topic is 6645 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.