Eurico Chagas Filho wrote:
> Hi
> 
> I have the following scenario, VFP9.2, Win Server 2003, VFP database.
> 
> In my program, EXE,  I call...
>   Do (this.cMainMenu)      && \xxx\Menus\Main.mpr
>   Do (this.cAppMenu)       && \yyy\Menus\AppMenu.mpr
> In my working environment it's as fast as it can be. In the serve is the
> same.
> But, from every work station there is a delay between the two calls, a very
> long delay.
> What the (not saying it) is happening ?

Are the paths UNC paths or mapped-drive paths?

If UNC, I've heard that recent versions of Windows resolve those very 
slowly, each and every time, due to security checks. That's right: your 
data is waiting in line at the airport, with its shoes off.

Paul


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to