Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Class Library , possible ? 1

Status
Not open for further replies.

VFP7

Programmer
Jan 17, 2001
15
IN
Hi Friends

I generally do this:

Open ClassLibrary
Create An Object
Close Class Library

Now if I place my classlibrary on a computer other than the computer where this object is created. (The other disk is mapped and file is available here) Will it create the performance bottelneck.

Also tell me that whether VFP access the classlibrary even after it has created the object from it.

Thanks in advance.
 
Hello

Yes, there will be an impact on the performance. After all, the class is a DBF. To instantiate the object, the program will have to read that dbf in the local's machine memory. For this reason it will fetch it entirely.

Hope this helps

Just kidding: VFP7 rings a bell for me. Isn't it copyrighted? :) Grigore Dolghin
Class Software
Bucharest, Romania
 
Hi my friend
You don't need to map any drive, this is what is DCOM is all about, VFP6.0 provide a full support for instanciating a Remote Objects. Read CreateObjectEX() help for more information.
Thanks Walid Magd
Engwam@Hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top